Revision created by MOE tool push_codebase.
[gae.git] / java / src / main / com / google / appengine / api / appidentity / AppIdentityServiceFactoryImpl.java
blob0a5cef8418bda2e9cf4f1caa5ebe1eb697e02826
1 // Copyright 2012 Google Inc. All rights reserved.
2 package com.google.appengine.api.appidentity;
4 /**
5 * Creates new instances of the App identity service.
7 */
8 final class AppIdentityServiceFactoryImpl implements IAppIdentityServiceFactory {
10 @Override
11 public AppIdentityService getAppIdentityService() {
12 return new AppIdentityServiceImpl();