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:
Christopher John Male 2011-07-11 12:51:51 +00:00
parent 6b1e514df9
commit 19fd2508c6
1 changed files with 1 additions and 1 deletions

View File

@ -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();