Polish: Array designators "[]" should be on the type, not the variable
This commit is contained in:
committed by
Juergen Hoeller
parent
7f58d9ede0
commit
c782075a13
@@ -96,7 +96,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