Skip to content

Commit 0005bb6

Browse files
committed
Capitalise sample name
1 parent e3509e6 commit 0005bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/esri/samples/scene/orbit_the_camera_around_an_object/OrbitTheCameraAroundAnObjectSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void start(Stage stage) throws IOException {
3939
Scene scene = new Scene(root);
4040

4141
// set up the stage
42-
stage.setTitle("Orbit the camera around an object sample");
42+
stage.setTitle("Orbit the Camera Around an Object Sample");
4343
stage.setWidth(800);
4444
stage.setHeight(700);
4545
stage.setScene(scene);

0 commit comments

Comments
 (0)