Skip to content

Commit aa8ec27

Browse files
committed
Apply spotless
1 parent 97f4be8 commit aa8ec27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/de/rub/nds/protocol/util/SilentByteArrayOutputStream.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ public void write(byte[] b, int off, int len) {
9494
* Writes the complete contents of the specified byte array to this {@code
9595
* SilentByteArrayOutputStream}.
9696
*
97-
* This method is equivalent to {@link #write(byte[],int,int) write(b, 0, b.length)}.
97+
* <p>This method is equivalent to {@link #write(byte[],int,int) write(b, 0, b.length)}.
98+
*
9899
* @param b the data.
99100
* @throws NullPointerException if {@code b} is {@code null}.
100101
* @since 11

0 commit comments

Comments
 (0)