We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a9a56 commit f4c9901Copy full SHA for f4c9901
src/main/java/com/esri/samples/scene/scene_layer_select/SceneLayerSelectSample.java
@@ -111,10 +111,10 @@ public void start(Stage stage) throws Exception {
111
new Alert(Alert.AlertType.ERROR, "Error identifying features").show();
112
}
113
});
114
- } else {
115
- new Alert(Alert.AlertType.ERROR, "Error loading scene layer").show();
116
117
+ } else {
+ new Alert(Alert.AlertType.ERROR, "Error loading scene layer").show();
118
119
120
0 commit comments