From 738800ea5ea7dbb75a7644d9d0f8d0cb6a62330c Mon Sep 17 00:00:00 2001 From: Stephen Connolly Date: Mon, 7 Mar 2016 10:00:08 +0000 Subject: [PATCH] [FIXED JENKINS-33319] Fix up @since tags post merge --- core/src/main/java/hudson/TcpSlaveAgentListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/hudson/TcpSlaveAgentListener.java b/core/src/main/java/hudson/TcpSlaveAgentListener.java index b93262494e90..22e548bcfbd0 100644 --- a/core/src/main/java/hudson/TcpSlaveAgentListener.java +++ b/core/src/main/java/hudson/TcpSlaveAgentListener.java @@ -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 {