File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
snaploader/src/main/java/electrostatic4j/snaploader/filesystem Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3232
3333package electrostatic4j .snaploader .filesystem ;
3434
35- import java .io .FileNotFoundException ;
3635import java .io .IOException ;
3736import java .util .concurrent .locks .ReentrantLock ;
3837
@@ -53,9 +52,8 @@ public class ConcurrentFileExtractor extends FileExtractor {
5352 *
5453 * @param fileLocator locates a filesystem inside a zip compression
5554 * @param destination an absolute filesystem path representing the extraction destination filesystem
56- * @throws FileNotFoundException if the destination filesystem path is not found
5755 */
58- public ConcurrentFileExtractor (FileLocator fileLocator , String destination ) throws FileNotFoundException {
56+ public ConcurrentFileExtractor (FileLocator fileLocator , String destination ) {
5957 super (fileLocator , destination );
6058 }
6159
You can’t perform that action at this time.
0 commit comments