@@ -381,42 +381,43 @@ public String getSourceCodeBaseUrl() {
381
381
public JShellConfig getJshell () {
382
382
return jshell ;
383
383
}
384
- }
385
- return featureBlacklistConfig ;
386
- public FeatureBlacklistConfig getFeatureBlacklistConfig () {
387
- */
388
- * @ return configuration of blacklisted features
389
- *
384
+
390
385
/**
391
386
* The configuration of blacklisted features.
392
-
387
+ *
388
+ * @return configuration of blacklisted features
389
+ */
390
+ public FeatureBlacklistConfig getFeatureBlacklistConfig () {
391
+ return featureBlacklistConfig ;
392
+ }
393
393
394
394
/**
395
395
* Gets the config for the Starboard. The starboard displays certain messages in a special
396
- * emojis{@link StarboardConfig#emojiNames()}
397
- * channel {@link StarboardConfig#channelPattern()} if a user reacts with one of the recognized
398
- *
396
+ * emojis{@link StarboardConfig#emojiNames()} channel {@link StarboardConfig#channelPattern()}
397
+ * if a user reacts with one of the recognized
398
+ *
399
399
* @return the config of the Starboard
400
- return starboard;
401
- public StarboardConfig getStarboard() {
402
400
*/
401
+ public StarboardConfig getStarboard () {
402
+ return starboard ;
403
403
}
404
404
405
405
/**
406
406
* Gets the REGEX pattern used to identify the channel in which users can select their helper
407
- *
408
407
* roles.
408
+ *
409
+ * @return the channel name pattern
410
+ */
409
411
public String getSelectRolesChannelPattern () {
410
412
return selectRolesChannelPattern ;
411
413
}
412
- */
413
- * @ return the channel name pattern
414
- * Gets the pattern matching the category that is used to display the total member count .
414
+
415
415
/**
416
+ * Gets the pattern matching the category that is used to display the total member count.
416
417
*
417
- public String getMemberCountCategoryPattern() {
418
- }
419
418
* @return the categories name types
420
419
*/
420
+ public String getMemberCountCategoryPattern () {
421
421
return memberCountCategoryPattern ;
422
+ }
422
423
}
0 commit comments