Skip to content

Commit 42b0dec

Browse files
authored
Remove alert (#591)
1 parent 1212102 commit 42b0dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

display_information/update-graphics/src/main/java/com/esri/samples/update_graphics/UpdateGraphicsSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public void start(Stage stage) {
193193
Point mapPoint = mapView.screenToLocation(mapViewPoint);
194194
// update the location of the graphic to the dragged location
195195
identifiedGraphic.setGeometry(mapPoint);
196-
} else new Alert(Alert.AlertType.ERROR, "Error selecting graphic").show();
196+
}
197197
});
198198
} else {
199199
disableUI(true);

0 commit comments

Comments
 (0)