diff --git a/core/src/main/java/hudson/model/Environment.java b/core/src/main/java/hudson/model/Environment.java index 48b6d461aa82365c4406eaaab64c848f6ad9f307..bc2ef2d4df2086e8fb36eb2731d999a727e78808 100644 --- a/core/src/main/java/hudson/model/Environment.java +++ b/core/src/main/java/hudson/model/Environment.java @@ -87,9 +87,9 @@ public abstract class Environment { * The same {@link BuildListener} object given to the set up * method. * @return true if the build can continue, false if there was an error and - * the build needs to be aborted. + * the build needs to be aborted (i.e. {@link Result#FAILURE}) * @throws IOException - * terminates the build abnormally. Hudson will handle the + * terminates the build abnormally. Jenkins will handle the * exception and reports a nice error message. */ public boolean tearDown(AbstractBuild build, BuildListener listener)