Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.zarr</groupId>
<artifactId>jzarr</artifactId>
<version>0.4.0</version>
<version>0.4.1-SNAPSHOT</version>

<name>JZarr</name>

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/com/bc/zarr/CompressorFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,6 @@ public String getCname() {
return cname;
}

public int getNumThreads() {
return nthreads;
}

@Override
public String toString() {
return "compressor=" + getId()
Expand Down