diff src/main/java/de/intevation/lada/data/LProbeRepository.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents c96fcc4dd5fd
children ea4d2d685f32
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/data/LProbeRepository.java	Tue Sep 10 10:17:32 2013 +0200
+++ b/src/main/java/de/intevation/lada/data/LProbeRepository.java	Tue Sep 10 15:55:54 2013 +0200
@@ -63,7 +63,7 @@
     /**
      * Filter object list by the given criteria.
      *
-     * @param criteria  The query filter
+     * @param filter  The query filter
      * @return Response object.
      */
     public <T> Response filter(CriteriaQuery<T> filter) {
@@ -99,6 +99,7 @@
         }
         return new Response(true, 200, res);
     }
+
     /**
      * Get all objects.
      *
@@ -130,7 +131,7 @@
     /**
      * Validate and persist a new LProbe object.
      *
-     * @param probe The new LProbe object
+     * @param object    The new LProbe object
      * @return Response.
      */
     public Response create(Object object) {
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)