Skip to content

Commit

Permalink
[JENKINS-41511] Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Jan 29, 2017
1 parent 5b9c10d commit d885987
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ public int getSlaveAgentPort() {
* @since 2.24
* @return true if the slave agent port is enforced on this instance.
*/
@Restricted(NoExternalUse.class) // only for index.groovy
@Restricted(NoExternalUse.class)
public boolean isSlaveAgentPortEnforced() {
return Jenkins.getInstance().isSlaveAgentPortEnforced();
}
Expand Down

0 comments on commit d885987

Please sign in to comment.