Skip to content

Commit

Permalink
Javadoc errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 13, 2016
1 parent 9468926 commit 2713a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/jenkins/branch/BranchIndexingCause.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public final class BranchIndexingCause extends Cause {
}

/**
* @inheritDoc
* {@inheritDoc}
*/
@Override
public void onAddedTo(Run build) {
Expand All @@ -53,7 +53,7 @@ public void onAddedTo(Run build) {
}

/**
* @inheritDoc
* {@inheritDoc}
*/
@Override
public void onLoad(Run<?,?> build) {
Expand All @@ -76,7 +76,7 @@ public String getIndexingUrl() {
}

/**
* @inheritDoc
* {@inheritDoc}
*/
@Override
public String getShortDescription() {
Expand Down

0 comments on commit 2713a10

Please sign in to comment.