Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/StateFactory.java @ 779:b1f5f2a8840f
Ordered imports. Removed needless imports. Removed empty headers.
gnv-artifacts/trunk@854 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 08:51:20 +0000 |
parents | 9a828e5a2390 |
children | c4156275c1e1 |
comparison
equal
deleted
inserted
replaced
778:9a828e5a2390 | 779:b1f5f2a8840f |
---|---|
1 /** | |
2 * | |
3 */ | |
4 package de.intevation.gnv.state; | 1 package de.intevation.gnv.state; |
5 | 2 |
3 import de.intevation.gnv.artifacts.GNVArtifactBase; | |
4 | |
6 import org.apache.log4j.Logger; | 5 import org.apache.log4j.Logger; |
6 | |
7 import org.w3c.dom.Node; | 7 import org.w3c.dom.Node; |
8 | |
9 import de.intevation.gnv.artifacts.GNVArtifactBase; | |
10 | 8 |
11 /** | 9 /** |
12 * @author Tim Englich <tim.englich@intevation.de> | 10 * @author Tim Englich <tim.englich@intevation.de> |
13 * | 11 * |
14 */ | 12 */ |