Skip to content

Commit 55b606d

Browse files
authored
Make ValidKey.value() method explicitly abstract in the interface (#63)
1 parent aa2c43f commit 55b606d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/teragrep/nlf_01/util/ValidKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
*/
5555
public interface ValidKey<T> {
5656

57-
public T value() throws PluginException;
57+
public abstract T value() throws PluginException;
5858

5959
}

0 commit comments

Comments
 (0)