File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/de/rwth/idsg/steve/web/dto Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class WebUserForm {
4343
4444 private String authorities ;
4545
46- private Boolean pwerror ;
46+ private Boolean pwError ;
4747
48- private String apitoken ;
48+ private String apiToken ;
4949}
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ public class WebUserQueryForm {
3535 private Boolean enabled ;
3636
3737 // Free text input
38- private String webusername ;
38+ private String webUsername ;
3939 private String roles ;
40- private String apitoken ;
40+ private String apiToken ;
4141
4242 public boolean isSetWebusername () {
43- return webusername != null ;
43+ return webUsername != null ;
4444 }
4545
4646 public boolean isSetRoles () {
@@ -52,7 +52,7 @@ public boolean isSetEnabled() {
5252 }
5353
5454 public boolean isSetApiKey () {
55- return apitoken != null ;
55+ return apiToken != null ;
5656 }
5757
5858}
You can’t perform that action at this time.
0 commit comments