App Engine Python SDK version 1.7.4 (2)
[gae.git] / java / src / main / com / google / appengine / api / urlfetch / URLFetchServiceFactory.java
blob99c45dd0cc2ea1285f7b40c21063d89b69a687f6
1 // Copyright 2007 Google Inc. All rights reserved.
3 package com.google.appengine.api.urlfetch;
5 public class URLFetchServiceFactory {
6 public static URLFetchService getURLFetchService() {
7 return new URLFetchServiceImpl();