From 9bd02f91fe268d650c472944c548bc2b948f6d90 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Tue, 13 Jan 2009 00:25:00 +0000 Subject: [PATCH] doc improvement git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14407 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/slaves/RetentionStrategy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/hudson/slaves/RetentionStrategy.java b/core/src/main/java/hudson/slaves/RetentionStrategy.java index 0d71ce4b25..38359df831 100644 --- a/core/src/main/java/hudson/slaves/RetentionStrategy.java +++ b/core/src/main/java/hudson/slaves/RetentionStrategy.java @@ -24,8 +24,8 @@ public abstract class RetentionStrategy implements Describab /** * This method will be called periodically to allow this strategy to decide what to do with it's owning slave. * - * @param c {@link Computer} for which this strategy is assigned. This object also exposes a bunch of properties - * that the callee can use to decide what action to take. + * @param c {@link Computer} for which this strategy is assigned. This computer may be online or offline. + * This object also exposes a bunch of properties that the callee can use to decide what action to take. * @return The number of minutes after which the strategy would like to be checked again. The strategy may be * rechecked earlier or later that this! */ -- GitLab