Repository: brooklyn-server
Updated Branches:
  refs/heads/master 7c365dfaa -> 8d382ab37


Fix wording of sensor description


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/7e0e70d9
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/7e0e70d9
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/7e0e70d9

Branch: refs/heads/master
Commit: 7e0e70d961c20b64514f97f204efdee1d8fae3b8
Parents: 97f663e
Author: Sam Corbett <sam.corb...@cloudsoftcorp.com>
Authored: Thu Jan 25 16:52:18 2018 +0000
Committer: Sam Corbett <sam.corb...@cloudsoftcorp.com>
Committed: Thu Jan 25 16:52:18 2018 +0000

----------------------------------------------------------------------
 core/src/main/java/org/apache/brooklyn/core/entity/Attributes.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/7e0e70d9/core/src/main/java/org/apache/brooklyn/core/entity/Attributes.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/brooklyn/core/entity/Attributes.java 
b/core/src/main/java/org/apache/brooklyn/core/entity/Attributes.java
index fd39a5b..7ff5815 100644
--- a/core/src/main/java/org/apache/brooklyn/core/entity/Attributes.java
+++ b/core/src/main/java/org/apache/brooklyn/core/entity/Attributes.java
@@ -114,7 +114,7 @@ public interface Attributes {
      * Lifecycle attributes
      */
     AttributeSensor<Boolean> SERVICE_UP = 
Sensors.newBooleanSensor("service.isUp", 
-            "Whether the service is active and availability (confirmed and 
monitored)");
+            "Whether the service is active and available (confirmed and 
monitored)");
     
     @SuppressWarnings("serial")
     AttributeSensor<Map<String,Object>> SERVICE_NOT_UP_INDICATORS = 
Sensors.newSensor(

Reply via email to