Skip to content

Commit deef0f6

Browse files
committed
Javadoc: Empty Javadoc line before the 1st tag.
1 parent 23d232a commit deef0f6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/main/java/org/apache/commons/text/StrTokenizer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ public StrTokenizer(final String input, final StrMatcher delim, final StrMatcher
389389

390390
/**
391391
* Unsupported ListIterator operation.
392+
*
392393
* @param obj this parameter ignored.
393394
* @throws UnsupportedOperationException always.
394395
*/

src/main/java/org/apache/commons/text/TextRandomProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* .build();
4040
* }
4141
* </pre>
42+
*
4243
* @since 1.1
4344
*/
4445
public interface TextRandomProvider extends IntUnaryOperator {

src/main/java/org/apache/commons/text/WordUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ public static String wrap(final String str,
779779
* <td>"flammable\ninflammable"</td>
780780
* </tr>
781781
* </table>
782+
*
782783
* @param str the String to be word wrapped, may be null.
783784
* @param wrapLength the column to wrap the words at, less than 1 is treated as 1.
784785
* @param newLineStr the string to insert for a new line, {@code null} uses the system property line separator.

src/main/java/org/apache/commons/text/translate/SinglePassTranslator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ private String getClassName() {
3737

3838
/**
3939
* {@inheritDoc}
40+
*
4041
* @throws IllegalArgumentException if {@code index != 0}.
4142
*/
4243
@Override

0 commit comments

Comments
 (0)