Added missing "final" keyword
This commit is contained in:
parent
a209da8676
commit
fb0127bc6f
@ -146,7 +146,7 @@ abstract class AbstractRecord extends AbstractStore implements Record {
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getIndex(String fieldName) {
|
||||
public final int getIndex(String fieldName) {
|
||||
return fields.getIndex(fieldName);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user