We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e548933 commit 60a4d03Copy full SHA for 60a4d03
brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/Encoder.java
@@ -220,9 +220,9 @@ void close() throws IOException {
220
}
221
222
/**
223
- * https://www.brotli.org/encode.html#aa6f
+ * <a href="https://www.brotli.org/encode.html#aa6f">...</a>
224
* See encode.h, typedef enum BrotliEncoderMode
225
- *
+ * <p>
226
* <strong>Important</strong>: The ordinal value of the
227
* modes should be the same as the constant values in encode.h
228
*/
0 commit comments