@@ -43,8 +43,8 @@ public final class Config {
43
43
private final JShellConfig jshell ;
44
44
private final FeatureBlacklistConfig featureBlacklistConfig ;
45
45
private final String selectRolesChannelPattern ;
46
- private final ApplicationFormConfig applicationFormConfig ;
47
46
private final String memberCountCategoryPattern ;
47
+ private final ApplicationFormConfig applicationFormConfig ;
48
48
49
49
@ SuppressWarnings ("ConstructorWithTooManyParameters" )
50
50
@ JsonCreator (mode = JsonCreator .Mode .PROPERTIES )
@@ -402,20 +402,20 @@ public String getSelectRolesChannelPattern() {
402
402
}
403
403
404
404
/**
405
- * The configuration related to the application form .
405
+ * Gets the pattern matching the category that is used to display the total member count .
406
406
*
407
- * @return the application form config
407
+ * @return the categories name types
408
408
*/
409
- public ApplicationFormConfig getApplicationFormConfig () {
410
- return applicationFormConfig ;
409
+ public String getMemberCountCategoryPattern () {
410
+ return memberCountCategoryPattern ;
411
411
}
412
412
413
413
/**
414
- * Gets the pattern matching the category that is used to display the total member count .
414
+ * The configuration related to the application form .
415
415
*
416
- * @return the categories name types
416
+ * @return the application form config
417
417
*/
418
- public String getMemberCountCategoryPattern () {
419
- return memberCountCategoryPattern ;
418
+ public ApplicationFormConfig getApplicationFormConfig () {
419
+ return applicationFormConfig ;
420
420
}
421
421
}
0 commit comments