Mercurial > mxd2map
comparison src/java/de/intevation/mxd/writer/IWriter.java @ 96:c285ed08b72c
Removed needless imports.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 01 Jun 2011 14:21:24 +0200 |
parents | 7d4cf2db43f1 |
children | 11d63bf00326 |
comparison
equal
deleted
inserted
replaced
95:1ae8e05b863f | 96:c285ed08b72c |
---|---|
1 package de.intevation.mxd.writer; | 1 package de.intevation.mxd.writer; |
2 | |
3 import java.io.IOException; | |
4 | 2 |
5 import org.w3c.dom.Document; | 3 import org.w3c.dom.Document; |
6 | 4 |
7 /** | 5 /** |
8 * The interface to the mapfile writer. | 6 * The interface to the mapfile writer. |