Skip to content

Commit

Permalink
disabling javadoc warnings #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Mar 1, 2024
1 parent 4d408f4 commit da018d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/web/docs/Tools/LiSuM.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LiSuM-Core (the command line version) works with Java 8 as well.

For running LiSuM it is required to have the following software installed on your computer:

- Java SE Runtime Environment (version 11 and later for lisum-gui and version 7 and later for lisum-core)
- Java SE Runtime Environment (version 17 and later for lisum-gui and version 7 and later for lisum-core)
- SUMO (version 1.0.1 or later)
- openjfx (for lisum-gui, Linux only)

Expand Down
3 changes: 2 additions & 1 deletion tools/contributed/traas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
<value>bar</value>
</property>
</javaApiLinks>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<doclint>all,-missing</doclint>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit da018d4

Please sign in to comment.