--- branches/1.0-gt2-2.6/src/skrueger/RasterLegendData.java 2009/11/09 11:17:34 513 +++ branches/1.0-gt2-2.6/src/skrueger/RasterLegendData.java 2009/11/09 15:05:41 514 @@ -41,6 +41,7 @@ import schmitzm.geotools.GTUtil; import schmitzm.geotools.grid.GridUtil; +import skrueger.geotools.Copyable; import skrueger.i8n.Translation; /** @@ -49,6 +50,7 @@ * * @author Stefan Alfons Krüger * + * TODO implements {@link Copyable} */ public class RasterLegendData extends HashMap { static private final Logger LOGGER = Logger.getLogger(RasterLegendData.class);