Test -> Tests
This commit is contained in:
parent
7bf6d90f20
commit
e0fe3f35aa
|
|
@ -20,7 +20,7 @@ import java.io.Writer;
|
||||||
import javax.xml.stream.XMLOutputFactory;
|
import javax.xml.stream.XMLOutputFactory;
|
||||||
import javax.xml.stream.XMLStreamException;
|
import javax.xml.stream.XMLStreamException;
|
||||||
|
|
||||||
public class StaxStreamContentHandlerTest extends AbstractStaxContentHandlerTestCase {
|
public class StaxStreamContentHandlerTests extends AbstractStaxContentHandlerTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected AbstractStaxContentHandler createStaxContentHandler(Writer writer) throws XMLStreamException {
|
protected AbstractStaxContentHandler createStaxContentHandler(Writer writer) throws XMLStreamException {
|
||||||
Loading…
Reference in New Issue