Skip to content

Commit 138eb46

Browse files
committed
Deprecated BrotliAdapter class.
1 parent ef7c814 commit 138eb46

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/main/java/io/github/albertus82/util/BrotliAdapter.java

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@
1414

1515
/**
1616
* Adapter class for <b>BrotliHaxe</b> library.
17+
*
18+
* @deprecated Deprecated for removal because no pure-Java Brotli implementation
19+
* is yet publicly available.
1720
*
18-
* @see <a href="https://github.com/dominikhlbg/BrotliHaxe">BrotliHaxe</a>
21+
* @see <a href= "https://github.com/google/brotli/issues/428">Java
22+
* implementation of Brotli - Issue #428 - google/brotli</a>
23+
*
24+
* @see <a href=
25+
* "https://github.com/dominikhlbg/BrotliHaxe">dominikhlbg/BrotliHaxe:
26+
* BrotliHaxe - hand ported decoder &amp; encoder in haxe =&gt; JavaScript,
27+
* PHP, Python, Java, C# (Project dev: 2013-2015 release: 2017)</a>
1928
*/
29+
@Deprecated
2030
public class BrotliAdapter {
2131

2232
/** Minimum Brotli compression quality ({@code 0}). */

0 commit comments

Comments
 (0)