Author: dkulp
Date: Sat Mar 31 01:02:54 2012
New Revision: 1307674
URL: http://svn.apache.org/viewvc?rev=1307674&view=rev
Log:
Merged revisions 1307653 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1307653 | dkulp | 2012-03-30 19:49:56 -0400 (Fri, 30 Mar 2012) | 2 lines
Fix a typo
........
Modified:
cxf/branches/2.5.x-fixes/api/src/main/java/org/apache/cxf/service/model/SchemaInfo.java
Modified:
cxf/branches/2.5.x-fixes/api/src/main/java/org/apache/cxf/service/model/SchemaInfo.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/api/src/main/java/org/apache/cxf/service/model/SchemaInfo.java?rev=1307674&r1=1307673&r2=1307674&view=diff
==============================================================================
---
cxf/branches/2.5.x-fixes/api/src/main/java/org/apache/cxf/service/model/SchemaInfo.java
(original)
+++
cxf/branches/2.5.x-fixes/api/src/main/java/org/apache/cxf/service/model/SchemaInfo.java
Sat Mar 31 01:02:54 2012
@@ -90,7 +90,7 @@ public final class SchemaInfo extends Ab
return element;
}
if (getSchema() == null) {
- throw new RuntimeException("No XmlSchma in SchemaInfo");
+ throw new RuntimeException("No XmlSchema in SchemaInfo");
}
XmlSchema sch = getSchema();