ome / omero-romio

Gradle project for the ROMIO library of OMERO
GNU General Public License v2.0
0 stars 13 forks source link

javadoc #10

Closed jburel closed 5 years ago

jburel commented 5 years ago

fix javadoc warnings In order to see if some warnings remain, you will need to use Java version > 1.8 (tested with Java 11) Currently no warnings are returned if Java 1.8 is used To check run gradle javadoc

pwalczysko commented 5 years ago

Tested on Mac with

java -version
java version "11.0.2" 2019-01-15 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.2+9-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+9-LTS, mixed mode)

and with

java -version
java version "12" 2019-03-19
Java(TM) SE Runtime Environment (build 12+33)
Java HotSpot(TM) 64-Bit Server VM (build 12+33, mixed mode, sharing)

No warnings appearing with this PR. On the other hand, with master branch, plenty of warnings.