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 045d453
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import java.util.logging.Logger;
import java.text.DateFormat;

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

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cloudbees/plugins/flow/FlowCause.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import jenkins.model.Jenkins;

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

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cloudbees/plugins/flow/FlowState.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import java.util.Set;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
package com.cloudbees.plugins.flow;

/**
* @author: <a hef="mailto:[email protected]">Nicolas De Loof</a>
* @author <a hef="mailto:[email protected]">Nicolas De Loof</a>
*/
public class JobExecutionFailureException extends Exception {
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/**
* A Builder that will block until a file exists.
*
* @author: James Nord
* @author James Nord
*/
public class BlockingBuilder 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.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 045d453

Please sign in to comment.