Commit c4aeb1a
committed
refactor(application-form): reduce visibility
The `RoleApplicationHandler` class is not making any use of inheritance
as suggested by @Zabuzard and what's more, certain methods are
unnecessarily marked as protected.
Reduce visibility of methods marked as protected and make the
`RoleApplicationHandler` class final.
Suggested-by: Zabuzard <[email protected]>
Signed-off-by: Chris Sdogkos <[email protected]>1 parent c71ec52 commit c4aeb1a
File tree
1 file changed
+4
-5
lines changed- application/src/main/java/org/togetherjava/tjbot/features/roleapplication
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| |||
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
155 | | - | |
| 154 | + | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
| |||
0 commit comments