Skip to content

Commit

Permalink
Fix javadocs again
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed May 27, 2024
1 parent 0a01d79 commit dde55b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ public class Compiler {

/**
* Creates a Java compiler.
*
* @param classOutput the location of the generated classes
* @param sourceOutput the location of the generated sources
*
* @return a Java compiler
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
String DEFAULT_OUTPUT = "${DEFAULT_OUTPUT}";

/**
* Whether to retain the generated classes & sources after each run. Defaults to false.
* Whether to retain the generated classes and sources after each run. Defaults to false.
*
* @return true if the generated classes & sources should be retained
* @return true if the generated classes and sources should be retained
*/
boolean retain() default false;

Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@
<links>
<link>https://checkerframework.org/api/</link>
<link>https://junit.org/junit5/docs/current/api/</link>
<link>https://www.javadoc.io/doc/com.karuslabs/elementary/latest/</link>
<link>https://www.javadoc.io/doc/com.karuslabs/utilitary/latest/</link>
</links>
</configuration>
<executions>
Expand Down

0 comments on commit dde55b2

Please sign in to comment.