Author: aparfonov
Date: 2011-01-21 09:29:17 -0500 (Fri, 21 Jan 2011)
New Revision: 3829
Modified:
ws/trunk/exo.ws.rest.ext/src/main/java/org/exoplatform/services/rest/ext/groovy/GroovyJaxrsPublisher.java
Log:
EXOJCR-1171
Modified:
ws/trunk/exo.ws.rest.ext/src/main/java/org/exoplatform/services/rest/ext/groovy/GroovyJaxrsPublisher.java
===================================================================
---
ws/trunk/exo.ws.rest.ext/src/main/java/org/exoplatform/services/rest/ext/groovy/GroovyJaxrsPublisher.java 2011-01-21
14:28:32 UTC (rev 3828)
+++
ws/trunk/exo.ws.rest.ext/src/main/java/org/exoplatform/services/rest/ext/groovy/GroovyJaxrsPublisher.java 2011-01-21
14:29:17 UTC (rev 3829)
@@ -94,7 +94,7 @@
protected final Map<ResourceId, String> resources =
Collections.synchronizedMap(new HashMap<ResourceId, String>());
- protected GroovyJaxrsPublisher(ResourceBinder binder, GroovyScriptInstantiator
instantiator,
+ public GroovyJaxrsPublisher(ResourceBinder binder, GroovyScriptInstantiator
instantiator,
GroovyClassLoaderProvider classLoaderProvider)
{
this.binder = binder;
Show replies by date