Skip to content

Commit 96f1156

Browse files
author
Vladimir Kotal
committed
suppress raw type warning in IDEA
1 parent efa341d commit 96f1156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

suggester/src/main/java/org/opengrok/suggest/popular/impl/chronicle/BytesRefSizedReader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ private BytesRefSizedReader() {
4646

4747
@NotNull
4848
@Override
49+
@SuppressWarnings("rawtypes")
4950
public BytesRef read(Bytes in, long size, @Nullable BytesRef using) {
5051
if (size < 0L || size > (long) Integer.MAX_VALUE) {
5152
throw new IORuntimeException("byte[] size should be non-negative int, " +

0 commit comments

Comments
 (0)