Skip to content

Commit 22d8f3a

Browse files
Update ConfigContent.java
1 parent e5280a8 commit 22d8f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/src/main/java/ly/count/android/sdk/ConfigContent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ public class ConfigContent {
88
/**
99
* Set the interval for the automatic content update calls
1010
*
11-
* @param zoneTimerInterval in seconds
11+
* @param zoneTimerIntervalSeconds in seconds
1212
* @return config content to chain calls
1313
* @apiNote This is an EXPERIMENTAL feature, and it can have breaking changes
1414
*/
15-
public synchronized ConfigContent setZoneTimerInterval(int zoneTimerInterval) {
15+
public synchronized ConfigContent setZoneTimerInterval(int zoneTimerIntervalSeconds) {
1616
if (zoneTimerInterval > 15) {
1717
this.zoneTimerInterval = zoneTimerInterval;
1818
}

0 commit comments

Comments
 (0)