mirror of https://github.com/apache/lucene.git
- Cosmetics
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ea4bd68b6
commit
85e27f07de
|
@ -26,13 +26,11 @@ import org.apache.solr.util.NamedList;
|
|||
* @author yonik
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
public class XMLResponseWriter implements QueryResponseWriter {
|
||||
public void init(NamedList n) {
|
||||
/* NOOP */
|
||||
}
|
||||
|
||||
|
||||
public void write(Writer writer, SolrQueryRequest req, SolrQueryResponse rsp) throws IOException {
|
||||
XMLWriter.writeResponse(writer,req,rsp);
|
||||
}
|
||||
|
@ -41,5 +39,3 @@ public class XMLResponseWriter implements QueryResponseWriter {
|
|||
return CONTENT_TYPE_XML_UTF8;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue