pmd:ImmutableField - Immutable Field (#282)

This commit is contained in:
Mohamed Ezzat
2016-04-28 18:46:05 +02:00
committed by inorichi
parent 9f546d13c2
commit ff6eefe1c4
8 changed files with 16 additions and 16 deletions

View File

@@ -54,8 +54,8 @@ public class Batoto extends LoginSource {
public static final Pattern staffNotice = Pattern.compile("=+Batoto Staff Notice=+([^=]+)==+", Pattern.CASE_INSENSITIVE);
private Pattern datePattern;
private Map<String, Integer> dateFields;
private final Pattern datePattern;
private final Map<String, Integer> dateFields;
public Batoto(Context context) {
super(context);