more compiling

This commit is contained in:
Jesse Boyd
2019-08-07 10:25:57 +10:00
parent ee59dec3d8
commit 3b879477b6
5 changed files with 24 additions and 52 deletions

View File

@ -52,7 +52,7 @@ public class CompoundTag extends Tag {
}
@Override
public final Map<String, Tag> getValue() {
public Map<String, Tag> getValue() {
return value;
}