Skip to content

Commit 8b7af5f

Browse files
committed
Remove redundant javadoc from SNBTCodec
1 parent 531335e commit 8b7af5f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/org/glavo/nbt/io/SNBTCodec.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ public LineBreakStrategy getLineBreakStrategy() {
131131

132132
/// Returns a new codec with the specified line break strategy for all parent tags.
133133
///
134-
/// This method is a shortcut for calling [withCompoundTagLineBreakStrategy][#withCompoundTagLineBreakStrategy()],
135-
/// [withListTagLineBreakStrategy][#withListTagLineBreakStrategy()], and [withArrayTagLineBreakStrategy][#withArrayTagLineBreakStrategy()]
136-
/// with the same strategy.
137-
///
138134
/// @see #getLineBreakStrategy()
139135
/// @see LineBreakStrategy
140136
@Contract(value = "_ -> new", pure = true)

0 commit comments

Comments
 (0)