Mercurial > dive4elements > river
changeset 1322:e2749cc3b7ad
Removed obsolete imports.
flys-client/trunk@2963 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 13 Oct 2011 12:38:04 +0000 |
parents | cfbfaadf4b6f |
children | 1fd6d94407c1 |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java flys-client/src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java |
diffstat | 3 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Oct 13 12:34:46 2011 +0000 +++ b/flys-client/ChangeLog Thu Oct 13 12:38:04 2011 +0000 @@ -1,3 +1,11 @@ +2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Removed obsolete imports. + + * src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java, + src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java: + Removed obsolete imports. + 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> In W-Diff selection GUI, track which items have been removed from the
--- a/flys-client/src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java Thu Oct 13 12:34:46 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java Thu Oct 13 12:38:04 2011 +0000 @@ -2,7 +2,6 @@ import com.google.gwt.user.client.rpc.AsyncCallback; -import de.intevation.flys.client.shared.model.Artifact; import de.intevation.flys.client.shared.model.Collection; /**
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java Thu Oct 13 12:34:46 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java Thu Oct 13 12:38:04 2011 +0000 @@ -15,7 +15,6 @@ import org.gwtopenmaps.openlayers.client.Map; import org.gwtopenmaps.openlayers.client.feature.VectorFeature; import org.gwtopenmaps.openlayers.client.format.GeoJSON; -import org.gwtopenmaps.openlayers.client.layer.TransitionEffect; import org.gwtopenmaps.openlayers.client.layer.WMS; import org.gwtopenmaps.openlayers.client.layer.WMSParams; import org.gwtopenmaps.openlayers.client.layer.WMSOptions;