Updated AutoScalerPolicy Javadoc Corrected a typo
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/60b622ff Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/60b622ff Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/60b622ff Branch: refs/heads/0.8.0-incubating Commit: 60b622ff91dbbcf39e5b16188a720b5e23afde2b Parents: 5878cf0 Author: Graeme-Miller <[email protected]> Authored: Wed Sep 2 10:09:44 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Sep 2 13:36:45 2015 +0100 ---------------------------------------------------------------------- .../org/apache/brooklyn/policy/autoscaling/AutoScalerPolicy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/60b622ff/policy/src/main/java/org/apache/brooklyn/policy/autoscaling/AutoScalerPolicy.java ---------------------------------------------------------------------- diff --git a/policy/src/main/java/org/apache/brooklyn/policy/autoscaling/AutoScalerPolicy.java b/policy/src/main/java/org/apache/brooklyn/policy/autoscaling/AutoScalerPolicy.java index ee2f5a9..d297828 100644 --- a/policy/src/main/java/org/apache/brooklyn/policy/autoscaling/AutoScalerPolicy.java +++ b/policy/src/main/java/org/apache/brooklyn/policy/autoscaling/AutoScalerPolicy.java @@ -68,7 +68,7 @@ import com.google.common.util.concurrent.ThreadFactoryBuilder; * emitted {@code POOL_COLD} and {@code POOL_HOT} events. Alternatively, the policy can be configured to * keep a given metric within a required range. * <p> - * TThis policy does not itself determine whether the pool is hot or cold, but instead relies on these + * This policy does not itself determine whether the pool is hot or cold, but instead relies on these * events being emitted by the monitored entity itself, or by another policy that is attached to it; see, * for example, {@link LoadBalancingPolicy}.) */
