Updated PlatformServices attribute name for RUN@cloud's TweetStore version

This commit is contained in:
Andrew Phillips 2012-04-03 09:29:00 -04:00
parent a22a08a1ff
commit cdaa86f0fb
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();
// keep in sync with cloudbees-web.xml
protected static final String HOST_PARAMETER = "application.host";