# HG changeset patch # User Felix Wolfsteller # Date 1318509484 0 # Node ID e2749cc3b7adc7bfb68d526bfb62c61f0bc7e14c # Parent cfbfaadf4b6fe650831306db94fa14cabb11b877 Removed obsolete imports. flys-client/trunk@2963 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r cfbfaadf4b6f -r e2749cc3b7ad flys-client/ChangeLog --- 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 + + 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 In W-Diff selection GUI, track which items have been removed from the diff -r cfbfaadf4b6f -r e2749cc3b7ad flys-client/src/main/java/de/intevation/flys/client/client/services/RemoveArtifactServiceAsync.java --- 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; /** diff -r cfbfaadf4b6f -r e2749cc3b7ad flys-client/src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java --- 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;