Skip to content

Commit

Permalink
Fix javadoc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Dec 14, 2020
1 parent 795d396 commit 794f7ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public int launch() throws Throwable {
/**
* Launches the payload.
* @return Exit code
* @throws Throwable Any error
* @throws Exception Any error
*/
protected abstract int doLaunch() throws Exception;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public String displayName() {
* the wrong test environment depending on when it's created.
*
* <p>
* Since the rest of Hudson still relies on static {@link jenkins.model.Jenkins#theInstance}, changing this
* Since the rest of Jenkins still relies on static {@code jenkins.model.Jenkins#theInstance}, changing this
* to a static field for now shouldn't cause any problem.
*/
private static ExecutionEnvironment CURRENT;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ abstract class Runner<T extends Annotation> {
public void setup(JenkinsEmbedder embedder, T recipe) throws Exception {}

/**
* Called right before {@link jenkins.model.Jenkins#Jenkins(java.io.File, javax.servlet.ServletContext)} is invoked
* Called right before {@code jenkins.model.Jenkins#Jennkins(java.io.File, javax.servlet.ServletContext)} is invoked
* to decorate the hudson home directory.
*/
public void decorateHome(JenkinsEmbedder embedder, File home) throws Exception {}
Expand Down

0 comments on commit 794f7ca

Please sign in to comment.