Mercurial > dive4elements > gnv-client
diff gnv-artifacts/src/main/java/de/intevation/gnv/raster/Palette.java @ 803:feae2f9d6c6f
Removed trailing whitespace.
gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 07 Apr 2010 07:52:27 +0000 |
parents | d766fe2d917a |
children | f953c9a559d8 |
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/raster/Palette.java Wed Apr 07 07:49:12 2010 +0000 +++ b/gnv-artifacts/src/main/java/de/intevation/gnv/raster/Palette.java Wed Apr 07 07:52:27 2010 +0000 @@ -90,7 +90,7 @@ /** * Compares two entries by the start point of the interval. * @param other - * @return -1 if this start point is before other. +1 if this + * @return -1 if this start point is before other. +1 if this * start point is after, else 0. */ public int compareTo(Object other) { @@ -210,7 +210,7 @@ * Internal table of the entrys. */ protected Entry [] entries; - + /** * Root of the entry tree used to map values to entries. */