Skip to content

Commit 0da2def

Browse files
make Random variable private in ContributionViewHolder
1 parent c7e042c commit 0da2def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/contributions/ContributionViewHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ContributionViewHolder extends RecyclerView.ViewHolder {
3939

4040
private int position;
4141
private Contribution contribution;
42-
Random random =new Random();
42+
private Random random =new Random();
4343
private HashMap<Integer,ColorDrawable> drawablesCache=new HashMap();
4444

4545
ContributionViewHolder(View parent, Callback callback) {

0 commit comments

Comments
 (0)