diff src/main/java/de/intevation/lada/rest/LMesswertService.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents 07c4186cbfab
children 183f8116d9a6
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/rest/LMesswertService.java	Tue Sep 10 10:17:32 2013 +0200
+++ b/src/main/java/de/intevation/lada/rest/LMesswertService.java	Tue Sep 10 15:55:54 2013 +0200
@@ -26,6 +26,7 @@
 import de.intevation.lada.model.LMessung;
 import de.intevation.lada.model.LMesswert;
 import de.intevation.lada.model.LMesswertId;
+import de.intevation.lada.model.LProbe;
 
 /**
  * This class produces a RESTful service to read, write and update
@@ -158,10 +159,10 @@
     /**
      * Delete a LMesswert object.
      *
-     * @param statusId     The object id.
-     * @param messungsId   The LProbe id.
-     * @param statusId     The LStatus id
-     * @param headers   The HTTP header containing authorization information.
+     * @param messgroesseId The messgroesse id.
+     * @param messungsId    The {@link LMessung} id.
+     * @param probeId       The {@link LProbe} id
+     * @param headers       The HTTP header containing authorization information.
      * @return Response object.
      */
     @DELETE
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)