Skip to content

Commit

Permalink
Fix javadoc for JDK 1.8
Browse files Browse the repository at this point in the history
Tested with "mvn javadoc:test-javadoc"
  • Loading branch information
rodrigc committed May 10, 2016
1 parent 908af0e commit 19005d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import static hudson.model.Result.SUCCESS;

/**
* @author: <a hef="mailto:[email protected]">Nicolas De Loof</a>
* @author: <a href="mailto:[email protected]">Nicolas De Loof</a>
*/
public class ConfigurableFailureBuilder extends Builder {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import static hudson.model.Result.UNSTABLE;

/**
* @author: <a hef="mailto:[email protected]">Nicolas De Loof</a>
* @author: <a href="mailto:[email protected]">Nicolas De Loof</a>
*/
public class UnstableBuilder extends Builder {

Expand Down

0 comments on commit 19005d3

Please sign in to comment.