Updated Branches:
  refs/heads/master a3488dc43 -> dd54c14e2

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/f8fae7d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/f8fae7d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/f8fae7d5

Branch: refs/heads/master
Commit: f8fae7d557197de44b3dded7e40cb8d5fb4d650a
Parents: a3488dc
Author: Andrew Phillips <[email protected]>
Authored: Wed Jun 12 09:23:01 2013 +0100
Committer: Andrew Phillips <[email protected]>
Committed: Wed Jun 12 09:23:01 2013 +0100

----------------------------------------------------------------------
 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/f8fae7d5/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

Reply via email to