Skip to content

Commit 031fe00

Browse files
committed
Merge branch 'release/2.2.2'
2 parents 347cb71 + d12e43c commit 031fe00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.riscure</groupId>
88
<artifactId>trsfile</artifactId>
9-
<version>2.2.1</version>
9+
<version>2.2.2</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>

src/main/java/com/riscure/trs/TraceSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class TraceSet implements AutoCloseable {
4343
private FileInputStream readStream;
4444
private FileChannel channel;
4545

46-
private MappedByteBuffer buffer;
46+
private ByteBuffer buffer;
4747

4848
private long bufferStart; //the byte index of the file where the buffer window starts
4949
private long bufferSize; //the number of bytes that are in the buffer window

0 commit comments

Comments
 (0)