Skip to content

Commit 2d30299

Browse files
authored
Remove unnecessary line break in Javadoc comments
1 parent 3ce2b99 commit 2d30299

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/commons/lang3/StringUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8821,7 +8821,6 @@ public static String truncate(final String str, final int maxWidth) {
88218821
* <ul>
88228822
* <li>If {@code str} is less than {@code maxWidth} characters long, return it.</li>
88238823
* <li>Else truncate it to a substring starting at {@code offset} with a maximum length of {@code maxWidth}.</li>
8824-
88258824
* <li>If {@code maxWidth} is less than {@code 0}, throw an {@link IllegalArgumentException}.</li>
88268825
* <li>If {@code offset} is less than {@code 0}, throw an {@link IllegalArgumentException}.</li>
88278826
* <li>In no case will it return a String of length greater than {@code maxWidth}.</li>

0 commit comments

Comments
 (0)