Skip to content

Commit cc5eae9

Browse files
author
Evan Greer
committed
addresses check
1 parent 7e659d8 commit cc5eae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public Builder setEnableEmbeddedMessaging(boolean enableEmbeddedMessaging) {
341341
return this;
342342
}
343343

344-
/**
344+
/**
345345
* Set whether the SDK should replay events from local storage to the logged in profile
346346
* and set whether the SDK should merge the generated anonymous profile and the logged in profile.
347347
* This can be overwritten by a parameter passed into setEmail or setUserId.
@@ -354,7 +354,7 @@ public Builder setIdentityResolution(IterableIdentityResolution identityResoluti
354354
return this;
355355
}
356356

357-
/**
357+
/**
358358
* Set a handler for decryption failures that can be used to handle data recovery
359359
* @param handler Decryption failure handler provided by the app
360360
*/

0 commit comments

Comments
 (0)