You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by za...@apache.org on 2015/04/30 19:37:05 UTC

jclouds-labs-openstack git commit: Make the flavor nullable. Handles service edge cases.

Repository: jclouds-labs-openstack
Updated Branches:
  refs/heads/master ce4d93f82 -> 3d6b37e22


Make the flavor nullable. Handles service edge cases.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/commit/3d6b37e2
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/tree/3d6b37e2
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/diff/3d6b37e2

Branch: refs/heads/master
Commit: 3d6b37e22354673461b6e0754f4ccaf57a6235ab
Parents: ce4d93f
Author: Zack Shoylev <za...@rackspace.com>
Authored: Thu Apr 30 12:34:12 2015 -0500
Committer: Zack Shoylev <za...@rackspace.com>
Committed: Thu Apr 30 12:36:18 2015 -0500

----------------------------------------------------------------------
 .../main/java/org/jclouds/openstack/poppy/v1/domain/Service.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/3d6b37e2/openstack-poppy/src/main/java/org/jclouds/openstack/poppy/v1/domain/Service.java
----------------------------------------------------------------------
diff --git a/openstack-poppy/src/main/java/org/jclouds/openstack/poppy/v1/domain/Service.java b/openstack-poppy/src/main/java/org/jclouds/openstack/poppy/v1/domain/Service.java
index 0176979..c42778c 100644
--- a/openstack-poppy/src/main/java/org/jclouds/openstack/poppy/v1/domain/Service.java
+++ b/openstack-poppy/src/main/java/org/jclouds/openstack/poppy/v1/domain/Service.java
@@ -68,7 +68,7 @@ public abstract class Service {
     * @return Specifies the CDN provider flavor ID to use. For a list of flavors, see the operation to list the
     * available flavors.
     */
-   public abstract String getFlavorId();
+   @Nullable public abstract String getFlavorId();
 
    /**
     * @return Specifies the current status of the service.