diff --git a/core/src/main/java/hudson/scm/SCM.java b/core/src/main/java/hudson/scm/SCM.java index 440af2c9f2030a47a3ae4b417345ef69cf5d5893..0155e9e4b5ff0432eedb23b4061bb2efff6ed797 100644 --- a/core/src/main/java/hudson/scm/SCM.java +++ b/core/src/main/java/hudson/scm/SCM.java @@ -187,8 +187,11 @@ public abstract class SCM implements Describable, ExtensionPoint { * *

* Note that this method does not guarantee that such a clean up will happen. For example, slaves can be - * taken offline by being physically removed from the network, and in such a case there's no opporunity - * to perform this clean up. Similarly, when a project is deleted or renamed, SCMs do not get any notifications. + * taken offline by being physically removed from the network, and in such a case there's no opportunity + * to perform this clean up. + * + *

+ * This method is also invoked when the project is deleted. * * @param project * The project that owns this {@link SCM}. This is always the same object for a particular instance