Author: thomas.diesler(a)jboss.com
Date: 2009-07-21 04:40:23 -0400 (Tue, 21 Jul 2009)
New Revision: 91491
Modified:
projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser/SAXParserTestCase.java
Log:
Fix typo
Modified:
projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser/SAXParserTestCase.java
===================================================================
---
projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser/SAXParserTestCase.java 2009-07-21
08:39:45 UTC (rev 91490)
+++
projects/jboss-osgi/trunk/testsuite/example/src/test/java/org/jboss/test/osgi/example/xml/parser/SAXParserTestCase.java 2009-07-21
08:40:23 UTC (rev 91491)
@@ -107,7 +107,7 @@
// This service gets registerd by the jboss-osgi-apache-xerces service
ServiceReference sref =
context.getServiceReference(SAXParserFactory.class.getName());
if (sref == null)
- throw new IllegalStateException("DocumentBuilderFactory not
available");
+ throw new IllegalStateException("SAXParserFactory not available");
SAXParserFactory factory = (SAXParserFactory)context.getService(sref);
factory.setValidating(false);
Show replies by date