You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename the variable name of the class-wide `RoleApplicationSystemConfig`
to `config` and the variable name of `RoleApplicationHandler` to
`handler`, more simple and recognizable names. The original ones are too
verbose and unnecessarily yield long horizontal lines of code where
unnecessary.
These verbose names do work but only in the situation where there are
multiple configurations or handlers used in the same class.
Suggested-by: Zabuzard <zabuza.dev@gmail.com>
Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com>
Copy file name to clipboardExpand all lines: application/src/main/java/org/togetherjava/tjbot/features/roleapplication/CreateRoleApplicationCommand.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,8 @@ public class CreateRoleApplicationCommand extends SlashCommandAdapter {
0 commit comments