further compilation errors for app-import 3.3 (remaining only AlgaTerra DerivedUnitT...
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 27 Aug 2013 17:22:54 +0000 (17:22 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 27 Aug 2013 17:22:54 +0000 (17:22 +0000)
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/facade/DerivedUnitFacade.java

index 026970899e05f70e387d8ddbf9e3f3cb145156cf..997db9a92d9daf8336ff77db810a7d440e45cd1f 100644 (file)
@@ -1210,8 +1210,8 @@ public class DerivedUnitFacade {
         * \r
         * @see #getDistanceToWaterSurface()\r
         * @see #getDistanceToWaterSurfaceMax()\r
-        * @param minimumDistance minimum of the range\r
-        * @param maximumDistance maximum of the range\r
+        * @param minimumDistance minimum of the range, this is the distance which is closer to the water surface\r
+        * @param maximumDistance maximum of the range, this is the distance which is farer to the water surface\r
         */\r
        public void setDistanceToWaterSurfaceRange(Double minimumDistance, Double maximumDistance) throws IllegalArgumentException{\r
                getGatheringEvent(true).setDistanceToWaterSurface(minimumDistance);\r