Skip to content

Commit

Permalink
FileLocalizingListener: removed protected access reference in JavaDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Aug 4, 2024
1 parent d8ba448 commit 8c761fe
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@
package electrostatic.snaploader.filesystem;

/**
* Provides executable functions by the {@link FileLocator#validateFileLocalization()}
* Provides executable functions by the file locator API
* to enable the binding of user applications with the file locator interface.
*
* @author pavl_g
* @see FileLocator#validateFileLocalization()
* @see FileExtractor#extract()
*/
public interface FileLocalizingListener {
Expand All @@ -47,7 +46,6 @@ public interface FileLocalizingListener {
* file can be localized.
*
* @param locator the associated file locator object.
* @see FileLocator#validateFileLocalization()
*/
void onFileLocalizationSuccess(FileLocator locator);

Expand Down

0 comments on commit 8c761fe

Please sign in to comment.