mirror of https://github.com/apache/lucene.git
SOLR-2647: Made DOMUtilTestBase abstract
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b1e514df9
commit
19fd2508c6
|
@ -30,7 +30,7 @@ import org.w3c.dom.Document;
|
|||
import org.w3c.dom.Node;
|
||||
import org.xml.sax.InputSource;
|
||||
|
||||
public class DOMUtilTestBase extends LuceneTestCase {
|
||||
public abstract class DOMUtilTestBase extends LuceneTestCase {
|
||||
|
||||
private DocumentBuilder builder;
|
||||
private static final XPathFactory xpathFactory = XPathFactory.newInstance();
|
||||
|
|
Loading…
Reference in New Issue