Skip to content

Commit

Permalink
Set javadoc source to 8. Builds successfully.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobona committed Nov 19, 2020
1 parent ebcecea commit d610980
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 1,026 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<configuration>
<source>8</source>
<docfilessubdirs>true</docfilessubdirs>
<show>package</show>
<links>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ public static List<String> findUnsupportedTypes( List<Map<String, Object>> links
*
* @param links
* list of links to search in, never <code>null</code>
* @param rels
* rels <code>null</code>
* @return the links without 'rel' or 'type' property
*/
public static List<String> findLinksWithoutRelOrType( List<Map<String, Object>> links, Set<String> rels ) {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d610980

Please sign in to comment.