Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF93110F66 for ; Wed, 2 Sep 2015 12:31:02 +0000 (UTC) Received: (qmail 75535 invoked by uid 500); 2 Sep 2015 12:31:02 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 75508 invoked by uid 500); 2 Sep 2015 12:31:02 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 75499 invoked by uid 99); 2 Sep 2015 12:31:02 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2015 12:31:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2D41218233E for ; Wed, 2 Sep 2015 12:31:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.794 X-Spam-Level: * X-Spam-Status: No, score=1.794 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.006] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id aKm8GO8iE8vC for ; Wed, 2 Sep 2015 12:30:46 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id B94FF2602C for ; Wed, 2 Sep 2015 12:30:44 +0000 (UTC) Received: (qmail 74906 invoked by uid 99); 2 Sep 2015 12:30:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2015 12:30:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA86EE01FC; Wed, 2 Sep 2015 12:30:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.incubator.apache.org Date: Wed, 02 Sep 2015 12:30:47 -0000 Message-Id: <98049f1ebb3f4ff7ae6cf7259fcb5f92@git.apache.org> In-Reply-To: <192b6347a601478e8ad7608ff8953d04@git.apache.org> References: <192b6347a601478e8ad7608ff8953d04@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Wed Sep 2 10:09:44 2015 +0100 Committer: Graeme-Miller 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. *

- * 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}.) */