Add @FunctionalInterface annotation to TextEscaper
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package j2html.utils;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface TextEscaper {
|
||||
|
||||
String escape(String text);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user