changeset 224:c9a1da2e159d

Merged.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 04 Jul 2013 14:51:08 +0200
parents d9d1a46af55d (current diff) c8cd17181c9f (diff)
children a1c1ec27224a
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 14:50:05 2013 +0200
+++ b/src/main/java/de/intevation/lada/rest/LKommentarMService.java	Thu Jul 04 14:51:08 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)