Skip to content
Snippets Groups Projects
Commit e83193e8 authored by srosse's avatar srosse
Browse files

OO-2636: fix warning for the PATH of a REST method

parent a4fabd2f
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,6 @@ public class LectureBlocksRootWebService { ...@@ -66,7 +66,6 @@ public class LectureBlocksRootWebService {
* @return The lecture blocks * @return The lecture blocks
*/ */
@GET @GET
@Path("")
@Produces({MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML}) @Produces({MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML})
public Response searchLectureBlocks(@QueryParam("date") String date, @Context HttpServletRequest httpRequest) { public Response searchLectureBlocks(@QueryParam("date") String date, @Context HttpServletRequest httpRequest) {
Roles roles = getRoles(httpRequest); Roles roles = getRoles(httpRequest);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment