diff --git a/core/src/main/java/jenkins/util/SystemProperties.java b/core/src/main/java/jenkins/util/SystemProperties.java index babbb2991963..349f2e7ef477 100644 --- a/core/src/main/java/jenkins/util/SystemProperties.java +++ b/core/src/main/java/jenkins/util/SystemProperties.java @@ -143,7 +143,7 @@ public void contextDestroyed(ServletContextEvent event) { } @Extension - public static final class SlaveCopier extends ComputerListener { + public static final class AgentCopier extends ComputerListener { @Override public void preOnline(Computer c, Channel channel, FilePath root, TaskListener listener) throws IOException, InterruptedException { channel.call(new CopySystemProperties());