Polish: Array designators "[]" should be on the type, not the variable

This commit is contained in:
igor-suhorukov
2018-02-25 11:11:42 +03:00
committed by Juergen Hoeller
parent 7f58d9ede0
commit c782075a13
16 changed files with 23 additions and 23 deletions

View File

@@ -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();
}