3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 11:45: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> <profile>
<id>doclint-java8-disable</id> <id>doclint-java8-disable</id>
<activation> <activation>
<jdk>[1.8,</jdk> <jdk>[1.8,)</jdk>
</activation> </activation>
<build> <build>
<plugins> <plugins>