Polish
Closes gh-12999
This commit is contained in:
committed by
Stephane Nicoll
parent
fc8b21100b
commit
a723ac95a9
@@ -57,9 +57,9 @@ public class RandomAccessDataFile implements RandomAccessData {
|
||||
* @param length the length of the section
|
||||
*/
|
||||
private RandomAccessDataFile(FileAccess fileAccess, long offset, long length) {
|
||||
this.fileAccess = fileAccess;
|
||||
this.offset = offset;
|
||||
this.length = length;
|
||||
this.fileAccess = fileAccess;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -120,7 +120,7 @@ public class RandomAccessDataFile implements RandomAccessData {
|
||||
}
|
||||
|
||||
/**
|
||||
* {@link RandomAccessDataInputStream} implementation for the
|
||||
* {@link InputStream} implementation for the
|
||||
* {@link RandomAccessDataFile}.
|
||||
*/
|
||||
private class DataInputStream extends InputStream {
|
||||
|
||||
Reference in New Issue
Block a user