Skip to content

Commit 170d960

Browse files
authored
Chore: public modifier is redundant for interface methods (#146)
1 parent d3045ca commit 170d960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/crosswire/jsword/book/install/Installer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public interface Installer extends BookList {
111111
*/
112112
void reloadBookList() throws InstallException;
113113

114-
public Long indexLastUpdated();
114+
Long indexLastUpdated();
115115

116116
/**
117117
* Download and install a book locally. The name should be one from an index

0 commit comments

Comments
 (0)