Skip to content

Commit f4591f1

Browse files
committed
set private access to index
1 parent e78f9b0 commit f4591f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoTextSwitcher/src/main/java/com/masoud/autotextswitcher/AutoTextSwitcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class AutoTextSwitcher extends TextSwitcher
1616
{
1717
private static final int DEFAULT_ANIMATION_TIME = 1000; // Milliseconds
1818

19-
int index = 0;
19+
private int index = 0;
2020
private ArrayList<CharSequence> textArray;
2121
private long changeAnimationTime;
2222

0 commit comments

Comments
 (0)