Skip to content

Commit 62d2138

Browse files
committed
1 parent 05d374b commit 62d2138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/ws/wsdl/wsdl11/Wsdl4jDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public void setDefinition(Definition definition) {
7777
}
7878

7979
public Source getSource() {
80-
Assert.notNull(definition, "definition must not be null");
8180
synchronized (monitor) {
81+
Assert.notNull(definition, "definition must not be null");
8282
if (document == null) {
8383
try {
8484
WSDLFactory wsdlFactory = WSDLFactory.newInstance();

0 commit comments

Comments
 (0)