comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/util/RedundancyRemover.java @ 885:1c3efbd2fc5a

Removes trailing whitespace. geo-backend/trunk@850 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:49:16 +0000
parents 825781a39c70
children b757def3ff55
comparison
equal deleted inserted replaced
884:12f88239fb33 885:1c3efbd2fc5a
7 * @author Sascha L. Teichmann (sascha.teichmann@intevation.de) 7 * @author Sascha L. Teichmann (sascha.teichmann@intevation.de)
8 */ 8 */
9 public final class RedundancyRemover 9 public final class RedundancyRemover
10 extends LinkedHashMap 10 extends LinkedHashMap
11 { 11 {
12 /** ceil(1029 * 1.75) = 1801, which is prime 12 /** ceil(1029 * 1.75) = 1801, which is prime
13 * -&gt; suitable for a hash map slot size. 13 * -&gt; suitable for a hash map slot size.
14 */ 14 */
15 public static final int DEFAULT_LOOKBACK = 15 public static final int DEFAULT_LOOKBACK =
16 Integer.getInteger( 16 Integer.getInteger(
17 "de.intevation.gnv.geobackend.util.RedundancyRemover.lookback", 17 "de.intevation.gnv.geobackend.util.RedundancyRemover.lookback",

http://dive4elements.wald.intevation.org