Fixed JavaDoc error

This commit is contained in:
Frank 2021-11-06 11:59:13 +01:00
parent d04d75222e
commit 473029c31f

View file

@ -37,7 +37,7 @@ public abstract class ForcedLevelPatch extends Patch {
public PatchFunction<CompoundTag, Boolean> getLevelDatPatcher() { return this::runLevelDatPatch; } public PatchFunction<CompoundTag, Boolean> getLevelDatPatcher() { return this::runLevelDatPatch; }
/** /**
* Called with the contents of level.dat in {@Code root} * Called with the contents of level.dat in {@code root}
* @param root The contents of level.dat * @param root The contents of level.dat
* @param profile The active migration profile * @param profile The active migration profile
* @return true, if the run did change the contents of root * @return true, if the run did change the contents of root