You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/09/02 14:30:47 UTC

[05/11] incubator-brooklyn git commit: Updated AutoScalerPolicy Javadoc

Updated AutoScalerPolicy Javadoc

Corrected a typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/53030bff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/53030bff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/53030bff

Branch: refs/heads/master
Commit: 53030bffe122256419f941312786d1d08279a24a
Parents: 3bed218
Author: Graeme-Miller <gr...@Graemes-MacBook-Pro.local>
Authored: Wed Sep 2 10:09:44 2015 +0100
Committer: Graeme-Miller <gr...@Graemes-MacBook-Pro.local>
Committed: Wed Sep 2 10:09:44 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/incubator-brooklyn/blob/53030bff/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}.)
  */