diff --git a/core/src/main/java/hudson/slaves/ComputerListener.java b/core/src/main/java/hudson/slaves/ComputerListener.java index 380fe8e594be6d578dcc963899aa9df034b152cd..3857801ca8ba02d02dce51956bb0d7f8f4d53d8a 100644 --- a/core/src/main/java/hudson/slaves/ComputerListener.java +++ b/core/src/main/java/hudson/slaves/ComputerListener.java @@ -181,6 +181,11 @@ public abstract class ComputerListener implements ExtensionPoint { /** * Called when configuration of the node was changed, a node is added/removed, etc. + * + *

+ * This callback is to signal when there's any change to the list of slaves registered to the system, + * including addition, removal, changing of the setting, and so on. + * * @since 1.377 */ public void onConfigurationChange() {} diff --git a/core/src/main/java/jenkins/model/Jenkins.java b/core/src/main/java/jenkins/model/Jenkins.java index ec8e991bc244a938343841b27d5e83bacf4c5574..4549b8f45ad3e9d3351a936baa5762ea586b09aa 100755 --- a/core/src/main/java/jenkins/model/Jenkins.java +++ b/core/src/main/java/jenkins/model/Jenkins.java @@ -3719,7 +3719,7 @@ public class Jenkins extends AbstractCIBase implements ModifiableItemGroup