We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3830d0 commit fd33bf7Copy full SHA for fd33bf7
1 file changed
src/main/java/org/glavo/nbt/tag/Tag.java
@@ -18,7 +18,6 @@
18
import org.glavo.nbt.MinecraftEdition;
19
import org.glavo.nbt.NBTElement;
20
import org.glavo.nbt.NBTParent;
21
-import org.glavo.nbt.chunk.Chunk;
22
import org.glavo.nbt.internal.input.DataReader;
23
import org.glavo.nbt.internal.input.InputContext;
24
import org.glavo.nbt.internal.input.InputSource;
@@ -199,7 +198,7 @@ public String toString() {
199
198
200
/// Returns a new tag with the same name and content as the current tag.
201
///
202
- /// This method always performs a deep copy.
+ /// This method always performs a deep copy, and the returned tag will not have a parent tag.
203
@Override
204
public abstract Tag clone();
205
0 commit comments