diff --git a/core/src/main/java/hudson/slaves/SimpleScheduledRetentionStrategy.java b/core/src/main/java/hudson/slaves/SimpleScheduledRetentionStrategy.java index 2e664e6d5cda50f2b82e9bf07828acf6da3411c6..9f662cf5290f9c4ab002a9343ed459778be19587 100644 --- a/core/src/main/java/hudson/slaves/SimpleScheduledRetentionStrategy.java +++ b/core/src/main/java/hudson/slaves/SimpleScheduledRetentionStrategy.java @@ -22,10 +22,10 @@ import org.kohsuke.stapler.StaplerResponse; import antlr.ANTLRException; /** - * Created by IntelliJ IDEA. + * {@link RetentionStrategy} that controls the slave based on a schedule. * - * @author connollys - * @since Jan 13, 2009 1:17:34 PM + * @author Stephen Connolly + * @since 1.275 */ public class SimpleScheduledRetentionStrategy extends RetentionStrategy {