3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 11:15:51 +00:00

Fix JDK8 doclint range to work with JDK7

This commit is contained in:
Gary Rowe 2014-08-26 10:30:46 +01:00 committed by Mike Hearn
parent 3ec6d30562
commit ddf305edd2

View File

@ -151,7 +151,7 @@
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,</jdk>
<jdk>[1.8,)</jdk>
</activation>
<build>
<plugins>