We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d374b commit 62d2138Copy full SHA for 62d2138
core/src/main/java/org/springframework/ws/wsdl/wsdl11/Wsdl4jDefinition.java
@@ -77,8 +77,8 @@ public void setDefinition(Definition definition) {
77
}
78
79
public Source getSource() {
80
- Assert.notNull(definition, "definition must not be null");
81
synchronized (monitor) {
+ Assert.notNull(definition, "definition must not be null");
82
if (document == null) {
83
try {
84
WSDLFactory wsdlFactory = WSDLFactory.newInstance();
0 commit comments