Skip to content

Commit

Permalink
Rename suggested by @daniel-beck.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 8, 2019
1 parent a21f83f commit 2298216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/util/SystemProperties.java
Expand Up @@ -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());
Expand Down

0 comments on commit 2298216

Please sign in to comment.