-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.7.1
-
Component/s: Excel Export
-
Impact type:API change
-
Upgrade notes:
Importer: make the kill() method return a String to avoid WARN at JAX-RS Application initialization (and to have the method result message).
This is the WARN we get:
WARN [com.sun.jersey.spi.inject.Errors] The following warnings have been detected with resource and/or provider classes: WARNING: A HTTP GET method, public void org.nuxeo.ecm.platform.importer.executor.jaxrs.AbstractJaxRSImporterExecutor.kill(), MUST return a non-void type.