Polish: Array designators "[]" should be on the type, not the variable
(cherry picked from commit c782075)
This commit is contained in:
committed by
Juergen Hoeller
parent
295df21f06
commit
d5f358c33c
@@ -86,7 +86,7 @@ class PassThroughBlob implements Blob {
|
||||
}
|
||||
|
||||
@Override
|
||||
public long position(byte pattern[], long start) throws SQLException {
|
||||
public long position(byte[] pattern, long start) throws SQLException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user