Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/430#discussion_r208123138
--- Diff: solr/solrj/src/java/org/apache/solr/common/util/XML.java ---
@@ -208,7 +179,13 @@ public static void escape(String str, Writer out,
String[] escapes) throws IOExc
}
}
+ @FunctionalInterface
public interface Writable {
- void write(Writer w) throws IOException ;
+ void write(Writer w) throws IOException;
+ }
+
+ @FunctionalInterface
+ public interface Escapable<T, U> {
--- End diff --
I get your point, I will remove it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]