Updated PlatformServices attribute name for OpenShift's TweetStore version

This commit is contained in:
Andrew Phillips 2012-04-03 09:28:12 -04:00
parent 83b72d483a
commit a22a08a1ff
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import com.sun.jersey.api.uri.UriBuilderImpl;
* @author Andrew Phillips
*/
public class PlatformServicesInitializer implements ServletContextListener {
public static final String PLATFORM_SERVICES_ATTRIBUTE_NAME = PlatformServicesInitializer.class.getName();
public static final String PLATFORM_SERVICES_ATTRIBUTE_NAME = PlatformServices.class.getName();
// from .openshift/config/standalone.xml
protected static final String HOST_VARIABLE = "OPENSHIFT_INTERNAL_IP";