Skip to content

Commit 19005d3

Browse files
committed
Fix javadoc for JDK 1.8
Tested with "mvn javadoc:test-javadoc"
1 parent 908af0e commit 19005d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/com/cloudbees/plugin/flow/ConfigurableFailureBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import static hudson.model.Result.SUCCESS;
3939

4040
/**
41-
* @author: <a hef="mailto:[email protected]">Nicolas De Loof</a>
41+
* @author: <a href="mailto:[email protected]">Nicolas De Loof</a>
4242
*/
4343
public class ConfigurableFailureBuilder extends Builder {
4444

src/test/java/com/cloudbees/plugin/flow/UnstableBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import static hudson.model.Result.UNSTABLE;
3939

4040
/**
41-
* @author: <a hef="mailto:[email protected]">Nicolas De Loof</a>
41+
* @author: <a href="mailto:[email protected]">Nicolas De Loof</a>
4242
*/
4343
public class UnstableBuilder extends Builder {
4444

0 commit comments

Comments
 (0)