mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2025-02-07 23:51:33 +01:00
Fix Checkstyle warnings
This commit is contained in:
parent
23029e874e
commit
33bdce7915
@ -42,7 +42,8 @@ public class ProtocolLibHook {
|
||||
String versionNumbers = versionNumbersMatcher.group();
|
||||
|
||||
if (!VersionUtils.isVersionGreaterEqual(versionNumbers, "4.4")) {
|
||||
errorCollector.add("detected old unsupported version of ProtocolLib, support disabled. You must use ProtocolLib 4.4.0 or higher");
|
||||
errorCollector.add("detected old unsupported version of ProtocolLib, support disabled."
|
||||
+ " You must use ProtocolLib 4.4.0 or higher");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,7 @@ public class StringWithPlaceholders {
|
||||
|
||||
private final String literalString;
|
||||
|
||||
public LiteralStringPart(String literalString) {
|
||||
LiteralStringPart(String literalString) {
|
||||
this.literalString = literalString;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user