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/11/05 18:29:45 UTC

[6/9] incubator-brooklyn git commit: Address comments

Address comments

* Fix incorrect deprecation comment


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

Branch: refs/heads/master
Commit: 9d85ca7192c7d6d2d6a344d8d9ffdbcac31dc892
Parents: 934bb74
Author: Guglielmo Nigri <gu...@cloudsoftcorp.com>
Authored: Thu Nov 5 17:44:05 2015 +0100
Committer: Guglielmo Nigri <gu...@cloudsoftcorp.com>
Committed: Thu Nov 5 17:44:05 2015 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/brooklyn/rest/client/BrooklynApi.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9d85ca71/usage/rest-client/src/main/java/org/apache/brooklyn/rest/client/BrooklynApi.java
----------------------------------------------------------------------
diff --git a/usage/rest-client/src/main/java/org/apache/brooklyn/rest/client/BrooklynApi.java b/usage/rest-client/src/main/java/org/apache/brooklyn/rest/client/BrooklynApi.java
index e848f99..0f3fab3 100644
--- a/usage/rest-client/src/main/java/org/apache/brooklyn/rest/client/BrooklynApi.java
+++ b/usage/rest-client/src/main/java/org/apache/brooklyn/rest/client/BrooklynApi.java
@@ -74,7 +74,7 @@ import com.wordnik.swagger.core.ApiOperation;
 
 /**
  * @author Adam Lowe
-     */
+ */
 @SuppressWarnings("deprecation")
 public class BrooklynApi {
 
@@ -386,7 +386,7 @@ public class BrooklynApi {
     }
 
     /**
-     * @deprecated since 0.9.0. Use {@link #getEntity(Response, GenericType)} instead.
+     * @deprecated since 0.8.0-incubating. Use {@link #getEntity(Response, GenericType)} instead.
      */
     @Deprecated
     public static <T> T getEntityGeneric(Response response, GenericType<T> type) {