This commit is contained in:
Arjen Poutsma
2007-09-26 10:48:19 +00:00
parent 05d374be97
commit 62d2138142

View File

@@ -77,8 +77,8 @@ public class Wsdl4jDefinition implements Wsdl11Definition {
}
public Source getSource() {
Assert.notNull(definition, "definition must not be null");
synchronized (monitor) {
Assert.notNull(definition, "definition must not be null");
if (document == null) {
try {
WSDLFactory wsdlFactory = WSDLFactory.newInstance();