TabFile: Make TRIM final
Change-Id: Ib9dd505a0f82e503fccbd9f2ac846b1c86184467
This commit is contained in:
@@ -33,7 +33,7 @@ public class TabFile {
|
||||
String parse(String str);
|
||||
}
|
||||
|
||||
public static Parser TRIM = String::trim;
|
||||
public static final Parser TRIM = String::trim;
|
||||
|
||||
protected static class Row {
|
||||
public String left;
|
||||
|
||||
Reference in New Issue
Block a user