Skip to content

Commit

Permalink
Javadoc fixes for net.minecraft.nbt.NbtIo (#3822)
Browse files Browse the repository at this point in the history
* fix: don't wrap return comments in {}

* fix: use correct method name when referring to writeCompound(NbtCompound, DataOutput)

* Revert "fix: don't wrap return comments in {}"

This reverts commit f496f1c.
  • Loading branch information
Octol1ttle authored Mar 25, 2024
1 parent b8b7b5b commit 6cef124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/nbt/NbtIo.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CLASS net/minecraft/class_2507 net/minecraft/nbt/NbtIo
COMMENT Writes the {@code nbt} to the file at {@code path}.
COMMENT
COMMENT @throws IOException if the IO operation fails
COMMENT @see #write(NbtCompound, DataOutput)
COMMENT @see #writeCompound(NbtCompound, DataOutput)
ARG 0 nbt
ARG 1 path
METHOD method_10631 writeUnsafe (Lnet/minecraft/class_2520;Ljava/io/DataOutput;)V
Expand Down

0 comments on commit 6cef124

Please sign in to comment.