File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
snaploader/src/main/java/electrostatic/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 3333package 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 */
4342public 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
You can’t perform that action at this time.
0 commit comments