@@ -381,42 +381,43 @@ public String getSourceCodeBaseUrl() {
381381 public JShellConfig getJshell () {
382382 return jshell ;
383383 }
384- }
385- return featureBlacklistConfig ;
386- public FeatureBlacklistConfig getFeatureBlacklistConfig () {
387- */
388- * @ return configuration of blacklisted features
389- *
384+
390385 /**
391386 * The configuration of blacklisted features.
392-
387+ *
388+ * @return configuration of blacklisted features
389+ */
390+ public FeatureBlacklistConfig getFeatureBlacklistConfig () {
391+ return featureBlacklistConfig ;
392+ }
393393
394394 /**
395395 * 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+ *
399399 * @return the config of the Starboard
400- return starboard;
401- public StarboardConfig getStarboard() {
402400 */
401+ public StarboardConfig getStarboard () {
402+ return starboard ;
403403 }
404404
405405 /**
406406 * Gets the REGEX pattern used to identify the channel in which users can select their helper
407- *
408407 * roles.
408+ *
409+ * @return the channel name pattern
410+ */
409411 public String getSelectRolesChannelPattern () {
410412 return selectRolesChannelPattern ;
411413 }
412- */
413- * @ return the channel name pattern
414- * Gets the pattern matching the category that is used to display the total member count .
414+
415415 /**
416+ * Gets the pattern matching the category that is used to display the total member count.
416417 *
417- public String getMemberCountCategoryPattern() {
418- }
419418 * @return the categories name types
420419 */
420+ public String getMemberCountCategoryPattern () {
421421 return memberCountCategoryPattern ;
422+ }
422423}
0 commit comments