src/main/java/de/uapcore/lightpit/AbstractLightPITServlet.java

changeset 40
276ef00a336d
parent 39
e722861558bb
child 42
f962ff9dd44e
equal deleted inserted replaced
39:e722861558bb 40:276ef00a336d
166 requestPath, 166 requestPath,
167 getClass().getSimpleName(), 167 getClass().getSimpleName(),
168 method.getName() 168 method.getName()
169 ); 169 );
170 } else { 170 } else {
171 LOG.warn("{} is annotated with {} but has the wrong parameters - (HttpServletRequest,HttpServletResponse) required", 171 LOG.warn("{} is annotated with {} but has the wrong parameters - (HttpServletRequest,HttpServletResponse,DataAccessObjects) required",
172 method.getName(), RequestMapping.class.getSimpleName() 172 method.getName(), RequestMapping.class.getSimpleName()
173 ); 173 );
174 } 174 }
175 } 175 }
176 } 176 }

mercurial