Skip to content

Commit

Permalink
Merge pull request #477 from amplitude/akhil-prakash-patch-35
Browse files Browse the repository at this point in the history
remove extra comma
  • Loading branch information
akhil-prakash authored Jan 23, 2025
2 parents a2f9bc2 + 903e422 commit 2e5e0b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/collections/java_sdk/en/ampli-for-java-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ The options argument allows you to pass [Amplitude fields](/docs/apis/analytics/
```java
Ampli.getInstance().identify(
userId,
Identify.builder().userProp("A trait associated with this user"),.build(),
Identify.builder().userProp("A trait associated with this user").build(),
new EventOptions().setDeviceId(deviceId).setUserId("some-user"),
);
```
Expand Down Expand Up @@ -411,4 +411,4 @@ The output displays status and indicates what events are missing.
Events Tracked: 1 missed, 2 total
```

Learn more about [`ampli status`](/docs/sdks/ampli/ampli-cli#ampli-status).
Learn more about [`ampli status`](/docs/sdks/ampli/ampli-cli#ampli-status).

0 comments on commit 2e5e0b4

Please sign in to comment.