comparison src/java/de/intevation/mxd/writer/SymbolWriter.java @ 176:d95dbd643add

Removed superfluous style object from writer.
author raimund renkert <raimund.renkert@intevation.de>
date Thu, 07 Jul 2011 14:19:56 +0200
parents f11d13940626
children 0bde090506f9
comparison
equal deleted inserted replaced
175:f11d13940626 176:d95dbd643add
27 */ 27 */
28 private static final Logger logger = Logger.getLogger(SymbolWriter.class); 28 private static final Logger logger = Logger.getLogger(SymbolWriter.class);
29 29
30 private mapObj map; 30 private mapObj map;
31 private classObj cl; 31 private classObj cl;
32 private styleObj style;
33 32
34 public SymbolWriter (mapObj map, classObj cl) { 33 public SymbolWriter (mapObj map, classObj cl) {
35 this.map = map; 34 this.map = map;
36 this.cl = cl; 35 this.cl = cl;
37 this.style = new styleObj(cl);
38 } 36 }
39 37
40 /** 38 /**
41 * Write the content. 39 * Write the content.
42 */ 40 */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)