Skip to content

Commit

Permalink
Made the URL fetch service retrieval function public.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcv committed Oct 13, 2010
1 parent f73b522 commit a904945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appengine_magic/services/urlfetch.clj 100755 → 100644
Expand Up @@ -3,7 +3,7 @@

(defonce *urlfetch-service* (atom nil))

(defn- get-urlfetch-service []
(defn get-urlfetch-service []
(do (when (nil? @*urlfetch-service*)
(reset! *urlfetch-service* (URLFetchServiceFactory/getURLFetchService)))
@*urlfetch-service*))
Expand Down

0 comments on commit a904945

Please sign in to comment.