Skip to content

Commit 60a4d03

Browse files
committed
Adjust JavaDoc
1 parent e548933 commit 60a4d03

File tree

1 file changed

+2
-2
lines changed
  • brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder

1 file changed

+2
-2
lines changed

brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/Encoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ void close() throws IOException {
220220
}
221221

222222
/**
223-
* https://www.brotli.org/encode.html#aa6f
223+
* <a href="https://www.brotli.org/encode.html#aa6f">...</a>
224224
* See encode.h, typedef enum BrotliEncoderMode
225-
*
225+
* <p>
226226
* <strong>Important</strong>: The ordinal value of the
227227
* modes should be the same as the constant values in encode.h
228228
*/

0 commit comments

Comments
 (0)