Skip to content

Commit

Permalink
[FIXED JENKINS-33319] Fix up @SInCE tags post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Mar 7, 2016
1 parent 14af303 commit 738800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/TcpSlaveAgentListener.java
Expand Up @@ -204,7 +204,7 @@ 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 to wake the acceptor thread on termination.
*
* @since TODO
* @since 1.653
*/
@Extension
public static class PingAgentProtocol extends AgentProtocol {
Expand Down

0 comments on commit 738800e

Please sign in to comment.