From 6cef124c427aa369157d7d2ab68cd32137f41186 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Tue, 26 Mar 2024 04:08:09 +0500 Subject: [PATCH] Javadoc fixes for net.minecraft.nbt.NbtIo (#3822) * 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 f496f1c2d1d84c6784b5af549b3d0d1c31dbebb3. --- mappings/net/minecraft/nbt/NbtIo.mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mappings/net/minecraft/nbt/NbtIo.mapping b/mappings/net/minecraft/nbt/NbtIo.mapping index 7e090b54db..2a88ba5185 100644 --- a/mappings/net/minecraft/nbt/NbtIo.mapping +++ b/mappings/net/minecraft/nbt/NbtIo.mapping @@ -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