Author: dkulp
Date: Wed Apr 3 19:59:08 2013
New Revision: 1464185
URL: http://svn.apache.org/r1464185
Log:
Fix compile failure
Modified:
cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/common/jaxb/JAXBContextCache.java
Modified:
cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/common/jaxb/JAXBContextCache.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/common/jaxb/JAXBContextCache.java?rev=1464185&r1=1464184&r2=1464185&view=diff
==============================================================================
---
cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/common/jaxb/JAXBContextCache.java
(original)
+++
cxf/branches/2.6.x-fixes/api/src/main/java/org/apache/cxf/common/jaxb/JAXBContextCache.java
Wed Apr 3 19:59:08 2013
@@ -229,9 +229,6 @@ public final class JAXBContextCache {
throw ex;
}
}
- if (context == null) {
- throw ex;
- }
}
cachedContextAndSchemas = new CachedContextAndSchemasInternal(context,
classes);
synchronized (JAXBCONTEXT_CACHE) {