Skip to content

Commit f19ebc2

Browse files
committed
StreamProvider#initialize(int): throwable exception to the method signature
1 parent 2203499 commit f19ebc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snaploader/src/main/java/electrostatic4j/snaploader/filesystem/StreamProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public interface StreamProvider extends AutoCloseable {
4646
* @param size the size of the buffered IO in bytes or zero
4747
* for auto filesystem size
4848
*/
49-
void initialize(int size);
49+
void initialize(int size) throws Exception;
5050

5151
/**
5252
* Generates a unique hash key for this object

0 commit comments

Comments
 (0)