Skip to content

Commit a5ccbd6

Browse files
committed
typos - and also mention "cannot build" as general limitation
1 parent 988f970 commit a5ccbd6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/site/xdoc/limitations.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
exception with a message like "Illegal seek" we recommend you
3838
wrap your stream in a <code>SkipShieldingInputStream</code>
3939
from our utils package before passing it to Compress.</li>
40+
<li>Commons Compress cannot be built on JDK 14 or newer.</li>
4041
</ul>
4142
</section>
4243

@@ -162,8 +163,8 @@
162163
<ul>
163164
<li>Pack200 support in Commons Comppress relies on the
164165
<code>Pack200</code> class of the Java classlib. Java 14
165-
removed support and this Pack200 will not work at all when
166-
runnin gon Java 14 or later.</li>
166+
removed support and thus Pack200 will not work at all when
167+
running on Java 14 or later.</li>
167168
</ul>
168169
</section>
169170
<section name="SNAPPY">

0 commit comments

Comments
 (0)