Skip to content

Commit

Permalink
s/XXX/TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Sep 26, 2016
1 parent db6a5b3 commit d2bf5d9
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 @@ -76,7 +76,7 @@ public int getSlaveAgentPort() {
}

/**
* @since XXX
* @since TODO
* @return true if the slave agent port is enforced on this instance.
*/
@Restricted(DoNotUse.class) // only for index.groovy
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/model/Jenkins.java
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ public int getSlaveAgentPort() {
}

/**
* @since XXX
* @since TODO
*/
public boolean isSlaveAgentPortEnforced() {
return Jenkins.SLAVE_AGENT_PORT_ENFORCE;
Expand Down

0 comments on commit d2bf5d9

Please sign in to comment.