Skip to content

Commit

Permalink
Fixed metadata.json to match sample title naming conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
steverozic committed Nov 20, 2023
1 parent d13c50c commit eeaf0c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"snippets": [
"src/main/java/com/esri/samples/local_server_feature_layer/LocalServerFeatureLayerSample.java"
],
"title": "Local Server feature layer"
"title": "Local server feature layer"
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"src/main/java/com/esri/samples/local_server_geoprocessing/LocalServerGeoprocessingSample.java",
"src/main/resources/local_server_geoprocessing/main.fxml"
],
"title": "Local Server geoprocessing"
"title": "Local server geoprocessing"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"snippets": [
"src/main/java/com/esri/samples/local_server_map_image_layer/LocalServerMapImageLayerSample.java"
],
"title": "Local Server map image layer"
"title": "Local server map image layer"
}
2 changes: 1 addition & 1 deletion local_server/local-server-services/README.metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"src/main/java/com/esri/samples/local_server_services/LocalServerServicesSample.java",
"src/main/resources/local_server_services/main.fxml"
],
"title": "Local Server services"
"title": "Local server services"
}

0 comments on commit eeaf0c2

Please sign in to comment.