Updated Branches: refs/heads/1.5.x 35574eada -> db8810dd6
JCLOUDS-123: Using Clojure core incubator-specific nilsafe in AMI service binding Submitted by Trevor Wennblom Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/9606d83b Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/9606d83b Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/9606d83b Branch: refs/heads/1.5.x Commit: 9606d83b98a330748339806011c9c68b8988cb2f Parents: 35574ea Author: Andrew Phillips <[email protected]> Authored: Wed Jun 12 09:23:01 2013 +0100 Committer: Andrew Phillips <[email protected]> Committed: Wed Jun 12 15:18:55 2013 -0400 ---------------------------------------------------------------------- apis/ec2/src/main/clojure/org/jclouds/ec2/ami2.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/9606d83b/apis/ec2/src/main/clojure/org/jclouds/ec2/ami2.clj ---------------------------------------------------------------------- diff --git a/apis/ec2/src/main/clojure/org/jclouds/ec2/ami2.clj b/apis/ec2/src/main/clojure/org/jclouds/ec2/ami2.clj index 7288a69..5d6f666 100644 --- a/apis/ec2/src/main/clojure/org/jclouds/ec2/ami2.clj +++ b/apis/ec2/src/main/clojure/org/jclouds/ec2/ami2.clj @@ -19,7 +19,7 @@ #^{:author "Hunter Hutchinson, [email protected]" :doc "A clojure binding to the jclouds AMI service interface."} org.jclouds.ec2.ami2 - (:use org.jclouds.compute2 [clojure.core.incubator :only (-?>)]) + (:use org.jclouds.compute2) (:import org.jclouds.aws.domain.Region org.jclouds.ec2.services.AMIClient org.jclouds.ec2.options.CreateImageOptions
