only fixed tag for javadoc validation
This commit is contained in:
parent
07f1664762
commit
f159e1b855
|
@ -31,9 +31,6 @@ public class UriResolverServletContextListener implements ServletContextListener
|
|||
|
||||
private static ServletContext servletContext;
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see javax.servlet.ServletContextListener#contextInitialized(javax.servlet.ServletContextEvent)
|
||||
*/
|
||||
@Override
|
||||
public void contextInitialized(ServletContextEvent event) {
|
||||
|
||||
|
@ -41,15 +38,11 @@ public class UriResolverServletContextListener implements ServletContextListener
|
|||
log.info("Context Initialized at context path: "+servletContext.getContextPath());
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see javax.servlet.ServletContextListener#contextDestroyed(javax.servlet.ServletContextEvent)
|
||||
*/
|
||||
@Override
|
||||
public void contextDestroyed(ServletContextEvent event) {
|
||||
// Perform action during application's shutdown
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Gets the servlet context.
|
||||
*
|
||||
|
|
|
@ -36,12 +36,13 @@ public class KnimeCreateResolver {
|
|||
|
||||
private static String helpURI = "https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#KNIME_Resolver";
|
||||
|
||||
|
||||
/**
|
||||
* Post catalogue.
|
||||
* Creates the knime URL.
|
||||
*
|
||||
* @param req the req
|
||||
* @param body the body
|
||||
* @return the response
|
||||
* @throws WebApplicationException the web application exception
|
||||
*/
|
||||
@POST
|
||||
@Path("/create")
|
||||
|
|
Loading…
Reference in New Issue