Updated Branches: refs/heads/1.6.x 00b4376c6 -> 6f53e2b70
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/e06222bb Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/e06222bb Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/e06222bb Branch: refs/heads/1.6.x Commit: e06222bbabb254cbb2cbe57708c64187d50eace3 Parents: 00b4376 Author: Andrew Phillips <[email protected]> Authored: Fri Jun 21 12:26:11 2013 +0000 Committer: Andrew Phillips <[email protected]> Committed: Fri Jun 21 12:26:11 2013 +0000 ---------------------------------------------------------------------- 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/e06222bb/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
