changeset 222:c8cd17181c9f

Merged
author Torsten Irländer <torsten.irlaender@intevation.de>
date Thu, 04 Jul 2013 14:18:18 +0200
parents e912a4658b0f (diff) f0482fa04e2b (current diff)
children c9a1da2e159d
files
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/rest/LKommentarMService.java	Thu Jul 04 13:45:40 2013 +0200
+++ b/src/main/java/de/intevation/lada/rest/LKommentarMService.java	Thu Jul 04 14:18:18 2013 +0200
@@ -96,6 +96,7 @@
      * @return Response object.
      */
     @PUT
+    @Path("/{kId}/{messungsId}/{probeId}")
     @Produces("text/json")
     @Consumes("application/json")
     public Response update(
@@ -139,4 +140,4 @@
             return new Response(false, 699, new ArrayList<LKommentarM>());
         }
     }
-}
\ No newline at end of file
+}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)