--- trunk/src/skrueger/RasterLegendData.java 2009/07/29 09:33:33 244 +++ branches/1.0-gt2-2.6/src/skrueger/RasterLegendData.java 2009/09/04 17:02:58 382 @@ -2,7 +2,7 @@ * Copyright (c) 2009 Martin O. J. Schmitz. * * This file is part of the SCHMITZM library - a collection of utility - * classes based on Java 1.6, focussing (not only) on Java Swing + * classes based on Java 1.6, focusing (not only) on Java Swing * and the Geotools library. * * The SCHMITZM project is hosted at: @@ -61,7 +61,6 @@ * indicating nominal values in the raster (e.g. classifications) */ public RasterLegendData(boolean paintGaps) { - super(); this.paintGaps = paintGaps; }