Skip to content

Commit d858880

Browse files
Ayyanchira“Akshay
and
“Akshay
authored
Removing duplicate function (#620)
Removing duplicate function introduced during merge Co-authored-by: “Akshay <“[email protected]”>
1 parent d9ae677 commit d858880

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

-10
Original file line numberDiff line numberDiff line change
@@ -252,16 +252,6 @@ public Builder setDataRegion(@NonNull IterableDataRegion dataRegion) {
252252
return this;
253253
}
254254

255-
/**
256-
* Set the data region used by the SDK
257-
* @param dataRegion enum value that determines which endpoint to use, defaults to IterableDataRegion.US
258-
*/
259-
@NonNull
260-
public Builder setDataRegion(@NonNull IterableDataRegion dataRegion) {
261-
this.dataRegion = dataRegion;
262-
return this;
263-
}
264-
265255
/**
266256
* Set whether the SDK should store in-apps only in memory, or in file storage
267257
* @param useInMemoryStorageForInApps `true` will have in-apps be only in memory

0 commit comments

Comments
 (0)