mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-17 15:35:46 +00:00
No need to declare private method final
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1512398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
152d50c4f7
commit
a223126567
@ -287,7 +287,7 @@ final class Lexer {
|
||||
}
|
||||
}
|
||||
|
||||
private final char mapNullToDisabled(final Character c) {
|
||||
private char mapNullToDisabled(final Character c) {
|
||||
return c == null ? DISABLED : c.charValue();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user