Skip to content

Commit 0655f63

Browse files
committed
updated Scenario
1 parent 2e1b87e commit 0655f63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

javav2/example_code/location/src/main/java/com/example/location/scenario/LocationScenario.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ public static void main(String[] args) {
5151
String mapName = args[0];
5252
String keyName = args[1];
5353
String collectionName = args[2];
54-
String geoId = args[4];
55-
String trackerName = args[5];
56-
String calculatorName = args[6];
57-
String deviceId = args[7];
54+
String geoId = args[3];
55+
String trackerName = args[4];
56+
String calculatorName = args[5];
57+
String deviceId = args[6];
5858

5959
logger.info("""
6060
AWS Location Service is a fully managed service offered by Amazon Web Services (AWS) that

0 commit comments

Comments
 (0)