comparison flys-artifacts/src/main/java/de/intevation/flys/exports/LegendProcessor.java @ 3189:89dc2db3a202

Removed trailing whitespace. flys-artifacts/trunk@4804 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 26 Jun 2012 17:06:26 +0000
parents 05c84d65988a
children 075f1ba25758
comparison
equal deleted inserted replaced
3188:1e46ced2bb57 3189:89dc2db3a202
18 /** Class to process Plots legends. */ 18 /** Class to process Plots legends. */
19 public abstract class LegendProcessor { 19 public abstract class LegendProcessor {
20 20
21 /** (Empty) shape for aggregated Legend Items. */ 21 /** (Empty) shape for aggregated Legend Items. */
22 private static final Line2D.Double SPACE = new Line2D.Double(0,0,0,0); 22 private static final Line2D.Double SPACE = new Line2D.Double(0,0,0,0);
23 23
24 24
25 /** Prevent instantiations. */ 25 /** Prevent instantiations. */
26 private LegendProcessor() { 26 private LegendProcessor() {
27 } 27 }
28 28

http://dive4elements.wald.intevation.org