@@ -44,8 +44,8 @@ public final class Config {
44
44
private final HelperPruneConfig helperPruneConfig ;
45
45
private final FeatureBlacklistConfig featureBlacklistConfig ;
46
46
private final String selectRolesChannelPattern ;
47
- private final ApplicationFormConfig applicationFormConfig ;
48
47
private final String memberCountCategoryPattern ;
48
+ private final ApplicationFormConfig applicationFormConfig ;
49
49
50
50
@ SuppressWarnings ("ConstructorWithTooManyParameters" )
51
51
@ JsonCreator (mode = JsonCreator .Mode .PROPERTIES )
@@ -415,20 +415,20 @@ public String getSelectRolesChannelPattern() {
415
415
}
416
416
417
417
/**
418
- * The configuration related to the application form .
418
+ * Gets the pattern matching the category that is used to display the total member count .
419
419
*
420
- * @return the application form config
420
+ * @return the categories name types
421
421
*/
422
- public ApplicationFormConfig getApplicationFormConfig () {
423
- return applicationFormConfig ;
422
+ public String getMemberCountCategoryPattern () {
423
+ return memberCountCategoryPattern ;
424
424
}
425
425
426
426
/**
427
- * Gets the pattern matching the category that is used to display the total member count .
427
+ * The configuration related to the application form .
428
428
*
429
- * @return the categories name types
429
+ * @return the application form config
430
430
*/
431
- public String getMemberCountCategoryPattern () {
432
- return memberCountCategoryPattern ;
431
+ public ApplicationFormConfig getApplicationFormConfig () {
432
+ return applicationFormConfig ;
433
433
}
434
434
}
0 commit comments