You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2018/01/25 16:55:26 UTC

[1/2] brooklyn-server git commit: Fix wording of sensor description

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 <sa...@cloudsoftcorp.com>
Authored: Thu Jan 25 16:52:18 2018 +0000
Committer: Sam Corbett <sa...@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(


[2/2] brooklyn-server git commit: Closes #942

Posted by ge...@apache.org.
Closes #942

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/8d382ab3
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8d382ab3
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/8d382ab3

Branch: refs/heads/master
Commit: 8d382ab37308ccbfb81a03ece21a066c7db3994b
Parents: 7c365df 7e0e70d
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Thu Jan 25 16:55:20 2018 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Thu Jan 25 16:55:20 2018 +0000

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