@@ -77,9 +77,8 @@ private Config(@JsonProperty(value = "token", required = true) String token,
7777 required = true ) String logErrorChannelWebhook ,
7878 @ JsonProperty (value = "openaiApiKey" , required = true ) String openaiApiKey ,
7979 @ JsonProperty (value = "sourceCodeBaseUrl" , required = true ) String sourceCodeBaseUrl ,
80- @ JsonProperty (value = "jshell" , required = true ) JShellConfig jshell ,
81- @ JsonProperty (value = "starboard" ,
82- required = true ) StarboardConfig starboard ) {
80+ @ JsonProperty (value = "jshell" , required = true ) JShellConfig jshell ,
81+ @ JsonProperty (value = "starboard" , required = true ) StarboardConfig starboard ) {
8382 this .token = Objects .requireNonNull (token );
8483 this .gistApiKey = Objects .requireNonNull (gistApiKey );
8584 this .databasePath = Objects .requireNonNull (databasePath );
@@ -345,10 +344,12 @@ public String getSourceCodeBaseUrl() {
345344 */
346345 public JShellConfig getJshell () {
347346 return jshell ;
348- }
347+ }
348+
349349 /**
350- * Gets the config for the Starboard
351- * Contains the List of emoji names recognized by the starboard as well as the name of the channel with the starboard.
350+ * Gets the config for the Starboard Contains the List of emoji names recognized by the
351+ * starboard as well as the name of the channel with the starboard.
352+ *
352353 * @return the config of the Starboard
353354 */
354355 public StarboardConfig getStarboard () {
0 commit comments