We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531335e commit 8b7af5fCopy full SHA for 8b7af5f
1 file changed
src/main/java/org/glavo/nbt/io/SNBTCodec.java
@@ -131,10 +131,6 @@ public LineBreakStrategy getLineBreakStrategy() {
131
132
/// Returns a new codec with the specified line break strategy for all parent tags.
133
///
134
- /// This method is a shortcut for calling [withCompoundTagLineBreakStrategy][#withCompoundTagLineBreakStrategy()],
135
- /// [withListTagLineBreakStrategy][#withListTagLineBreakStrategy()], and [withArrayTagLineBreakStrategy][#withArrayTagLineBreakStrategy()]
136
- /// with the same strategy.
137
- ///
138
/// @see #getLineBreakStrategy()
139
/// @see LineBreakStrategy
140
@Contract(value = "_ -> new", pure = true)
0 commit comments