mreutegg commented on code in PR #1800:
URL: https://github.com/apache/jackrabbit-oak/pull/1800#discussion_r1802461606
##########
oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/tar/SegmentTarWriter.java:
##########
@@ -93,7 +94,7 @@ public SegmentTarWriter(File file, FileStoreMonitor monitor,
IOMonitor ioMonitor
}
@Override
- public void writeSegment(long msb, long lsb, byte[] data, int offset, int
size, int generation, int fullGeneration, boolean compacted) throws IOException
{
+ public void writeSegment(long msb, long lsb, byte @NotNull [] data, int
offset, int size, int generation, int fullGeneration, boolean compacted) throws
IOException {
Review Comment:
Please refrain from adding unrelated changes to the PR. The additional
annotations are justified, but should be handled with a dedicated JIRA ticket /
PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]