Skip to content

Commit 8c761fe

Browse files
committed
FileLocalizingListener: removed protected access reference in JavaDocs
1 parent d8ba448 commit 8c761fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@
3333
package electrostatic.snaploader.filesystem;
3434

3535
/**
36-
* Provides executable functions by the {@link FileLocator#validateFileLocalization()}
36+
* Provides executable functions by the file locator API
3737
* to enable the binding of user applications with the file locator interface.
3838
*
3939
* @author pavl_g
40-
* @see FileLocator#validateFileLocalization()
4140
* @see FileExtractor#extract()
4241
*/
4342
public interface FileLocalizingListener {
@@ -47,7 +46,6 @@ public interface FileLocalizingListener {
4746
* file can be localized.
4847
*
4948
* @param locator the associated file locator object.
50-
* @see FileLocator#validateFileLocalization()
5149
*/
5250
void onFileLocalizationSuccess(FileLocator locator);
5351

0 commit comments

Comments
 (0)