[Lada-commits] [PATCH 2 of 5] Fix typos

Wald Commits scm-commit at wald.intevation.org
Tue Dec 8 15:16:48 CET 2015


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1449581777 -3600
# Branch statusworkflow
# Node ID 21c1bbc453f517117f6af0f82ad0df63c6f2c600
# Parent  00dccff5300032529f7a2ff54d9ae1b5fd47530b
Fix typos.

diff -r 00dccff53000 -r 21c1bbc453f5 src/main/java/de/intevation/lada/rest/MesswertService.java
--- 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 =


More information about the Lada-commits mailing list