changeset 816:21c1bbc453f5 statusworkflow

Fix typos.
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Dec 2015 14:36:17 +0100
parents 00dccff53000
children d7a4f3af9e45
files src/main/java/de/intevation/lada/rest/MesswertService.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/rest/MesswertService.java	Tue Dec 08 12:50:18 2015 +0100
+++ b/src/main/java/de/intevation/lada/rest/MesswertService.java	Tue Dec 08 14:36:17 2015 +0100
@@ -123,7 +123,7 @@
      * Get all Messwert objects.
      * <p>
      * The requested objects can be filtered using a URL parameter named
-     * probeId.
+     * messungsId.
      * <p>
      * Example: http://example.com/messwert?messungsId=[ID]
      *
@@ -155,7 +155,7 @@
             "land");
         if (!authorization.isAuthorized(authorization.getInfo(request), messung)) {
             if (!authorization.isAuthorized(id, LMessung.class)) {
-                return new Response(false, 697, null);
+                return new Response(false, 699, null);
             }
         }
         QueryBuilder<LMesswert> builder =
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)