We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2c43f commit 55b606dCopy full SHA for 55b606d
1 file changed
src/main/java/com/teragrep/nlf_01/util/ValidKey.java
@@ -54,6 +54,6 @@
54
*/
55
public interface ValidKey<T> {
56
57
- public T value() throws PluginException;
+ public abstract T value() throws PluginException;
58
59
}
0 commit comments