forked from Upstream/Velocitab
Cleanup unneccessary annotations
This commit is contained in:
parent
ef7e07c59d
commit
4c10d27b6b
@ -91,13 +91,13 @@ public class Settings {
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public String getHeader(@NotNull String serverGroup, @NotNull int index) {
|
||||
public String getHeader(@NotNull String serverGroup, int index) {
|
||||
return StringEscapeUtils.unescapeJava(
|
||||
headers.getOrDefault(serverGroup, List.of("")).get(index));
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public String getFooter(@NotNull String serverGroup, @NotNull int index) {
|
||||
public String getFooter(@NotNull String serverGroup, int index) {
|
||||
return StringEscapeUtils.unescapeJava(
|
||||
footers.getOrDefault(serverGroup, List.of("")).get(index));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user