Skip to content

Commit 1298fa3

Browse files
author
ochafik
committed
Fix javadoc errors (source version + broken links)
1 parent 57305ac commit 1298fa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,15 @@ Most of these wrappers are created automatically by JNAerator.
274274
<maxmemory>512</maxmemory>
275275
<breakiterator>true</breakiterator>
276276
<quiet>true</quiet>
277-
<source>1.5</source>
277+
<source>8</source>
278278
<verbose>false</verbose>
279279
<linksource>true</linksource>
280280
<show>public</show>
281-
<links>
281+
<!-- <links>
282282
<link>http://download.oracle.com/javase/6/docs/api/</link>
283283
<link>http://nativelibs4java.sourceforge.net/bridj/api/stable/</link>
284284
<link>http://nativelibs4java.sourceforge.net/javacl/api/stable/</link>
285-
</links>
285+
</links> -->
286286
<excludePackageNames>com.nativelibs4java.opencl.library</excludePackageNames>
287287

288288
</configuration>

0 commit comments

Comments
 (0)