Skip to content

Commit 8ab32fc

Browse files
cmhulbertbogovicj
authored andcommitted
feat: make IoPolicy public for use in other KVA implementations
Signed-off-by: Caleb Hulbert <cmhulbert@gmail.com>
1 parent b6832ca commit 8ab32fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/janelia/saalfeldlab/n5/IoPolicy.java

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

66
import java.io.IOException;
77

8-
interface IoPolicy {
8+
public interface IoPolicy {
99

1010
void write(String key, ReadData readData) throws IOException;
1111

0 commit comments

Comments
 (0)