File tree Expand file tree Collapse file tree
components/bundles/bioformats_package Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ your FindBugs installation's lib directory. E.g.:
293293 <classpath refid =" runtime.classpath" />
294294 <doctitle ><![CDATA[ <h1>Bio-Formats</h1>]]> </doctitle >
295295 <bottom ><![CDATA[ ${copyright.begin} ${YEAR} ${copyright.end}]]> </bottom >
296- <link href =" http://docs.oracle.com/javase/8 /docs/api/" />
296+ <link href =" http://docs.oracle.com/javase/11 /docs/api/" />
297297 <link href =" https://imagej.net/developer/api/"
298298 offline =" true" packagelistLoc =" ${root.dir}/ant/package-list" />
299299 </javadoc >
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Type "ant -p" for a list of targets.
4141 <classpath refid =" runtime.classpath" />
4242 <doctitle ><![CDATA[ <h1>Bio-Formats</h1>]]> </doctitle >
4343 <bottom ><![CDATA[ ${copyright.begin} ${YEAR} ${copyright.end}]]> </bottom >
44- <link href =" http://docs.oracle.com/javase/8 /docs/api/" />
44+ <link href =" http://docs.oracle.com/javase/11 /docs/api/" />
4545 <link href =" https://imagej.net/developer/api/"
4646 offline =" true" packagelistLoc =" ${ root.dir } /ant/package-list" />
4747 </javadoc >
Original file line number Diff line number Diff line change 279279 <use >false</use >
280280 <links >
281281 <!-- Java 8 -->
282- <link >http://docs.oracle.com/javase/8 /docs/api/</link >
282+ <link >http://docs.oracle.com/javase/11 /docs/api/</link >
283283
284284 <!-- ImageJ1 -->
285285 <link >http://jenkins.imagej.net/job/ImageJ1-javadoc/javadoc/</link >
You can’t perform that action at this time.
0 commit comments