Skip to content

Commit 12b7240

Browse files
authored
patch-closest-facility-static-readme (#363)
1 parent 9dcfae0 commit 12b7240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/esri/samples/na/closest_facility_static/ClosestFacilityStaticSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public void start(Stage stage) throws Exception {
216216
// display the route on the graphics overlay
217217
graphicsOverlay.getGraphics().add(new Graphic(closestFacilityRoute.getRouteGeometry(), simpleLineSymbol));
218218

219-
// hide the progress indicator and enable the reset button
219+
// hide the progress indicator
220220
progressIndicator.setVisible(false);
221221
}
222222

0 commit comments

Comments
 (0)