Lint: Make a bunch of stuff final
This commit is contained in:
parent
706188af82
commit
497e145c70
27 changed files with 55 additions and 55 deletions
|
|
@ -23,7 +23,7 @@ public class License implements Parcelable, Serializable {
|
|||
};
|
||||
private final String abbreviation;
|
||||
private final String name;
|
||||
private String filename;
|
||||
private final String filename;
|
||||
|
||||
public License(final String name, final String abbreviation, final String filename) {
|
||||
if (name == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue