Skip to content

Commit

Permalink
[JENKINS-33319] fix javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Mar 7, 2016
1 parent 2a61f30 commit ad3ccff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/main/java/hudson/TcpSlaveAgentListener.java
Expand Up @@ -202,8 +202,9 @@ private void error(PrintWriter out, String msg) throws IOException {

/**
* This extension provides a Ping protocol that allows people to verify that the TcpSlaveAgentListener is alive.
* We also use this
* @since
* We also use this to wake the acceptor thread on termination.
*
* @since TODO
*/
@Extension
public static class PingAgentProtocol extends AgentProtocol {
Expand Down

0 comments on commit ad3ccff

Please sign in to comment.