We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eadd0e + f0a10ba commit ec52370Copy full SHA for ec52370
application/src/main/java/org/togetherjava/tjbot/config/Config.java
@@ -43,7 +43,6 @@ public final class Config {
43
private final HelperPruneConfig helperPruneConfig;
44
private final FeatureBlacklistConfig featureBlacklistConfig;
45
46
-
47
@SuppressWarnings("ConstructorWithTooManyParameters")
48
@JsonCreator(mode = JsonCreator.Mode.PROPERTIES)
49
private Config(@JsonProperty(value = "token", required = true) String token,
0 commit comments