Skip to content

Commit d8d00de

Browse files
committed
ExtractionListener renamed to FileExtractionListener
1 parent e9e2b93 commit d8d00de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snaploader/src/main/java/electrostatic/snaploader/filesystem/FileExtractionListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
* <p>
4242
* Warning: this listener interface is an essential component of
4343
* developing custom system loaders; as it requires freeing the native stream resources
44-
* manually through the {@link ExtractionListener#onExtractionFinalization(FileExtractor, FileLocator)}.
44+
* manually through the {@link FileExtractionListener#onExtractionFinalization(FileExtractor, FileLocator)}.
4545
* If not freeing the resources with this interface was attained, then a try-with resources could be used.
4646
*
4747
* @author pavl_g
4848
*/
49-
public interface ExtractionListener {
49+
public interface FileExtractionListener {
5050

5151
/**
5252
* Dispatched when the extraction process is completed.

0 commit comments

Comments
 (0)