Skip to content

Commit 2e288dd

Browse files
committed
DIIs -> DII
1 parent a9fb1cd commit 2e288dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdks/sdk-ref-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ If you're using server-side integration (see [Publisher Integration Guide, Serve
341341
```java
342342
IdentityMapV3Response.MappedIdentity mappedIdentity = mappedIdentities.get("[email protected]");
343343
if (mappedIdentity != null) {
344-
String currentUid = mappedIdentity.getCurrentRawUid(); // Current raw UID2
344+
String currentUid = mappedIdentity.getCurrentRawUid(); // Current raw UID2
345345
String previousUid = mappedIdentity.getPreviousRawUid(); // Previous raw UID2 (nullable, only available for 90 days after rotation)
346346
Instant refreshFrom = mappedIdentity.getRefreshFrom(); // When to refresh this identity
347347
} else {
@@ -399,7 +399,7 @@ Improvements provided by the new Identity Map version:
399399
- **Support for Multiple Identity Types**: Process emails and phones in a single request
400400
- **Simpler refresh management**: Re-map on reaching refresh timestamps instead of monitoring salt buckets
401401
- **Previous raw UID2 availability**: You can see previous UID2 for 90 days after rotation
402-
- **Improved performance**: The new API uses significantly less bandwidth for the same amount of DIIs
402+
- **Improved performance**: The new API uses significantly less bandwidth for the same amount of DII
403403

404404
### Required Changes
405405

0 commit comments

Comments
 (0)