diff gnv-artifacts/src/main/java/de/intevation/gnv/math/GridCell.java @ 815:22c18083225e

Removed compiler warnings while JavaDoc generation. gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 06:59:33 +0000
parents a645bd23c1c8
children f953c9a559d8
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/math/GridCell.java	Fri Apr 09 14:34:45 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/math/GridCell.java	Mon Apr 12 06:59:33 2010 +0000
@@ -149,7 +149,7 @@
 
     /**
      * Returns the envelope of the four point polygon.
-     * @return
+     * @return the envelope.
      */
     public Envelope getEnvelope() {
         return polygon.getEnvelopeInternal();
@@ -158,7 +158,8 @@
     /**
      * Test if a given point is inside this grid cell.
      * @param coord
-     * @return
+     * @return true, if this grid cell contains the given point - otherwise
+     * false.
      */
     public boolean contains(Geometry coord) {
         return polygon.contains(coord);

http://dive4elements.wald.intevation.org