Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 5f85eab

Browse files
committed
Update SPR-13946
1 parent e6fd07c commit 5f85eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SPR-13946/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<java.version>1.6</java.version>
13-
<spring.version>4.2.1.RELEASE</spring.version>
13+
<spring.version>4.2.4.RELEASE</spring.version>
1414
<slf4j.version>1.7.12</slf4j.version>
1515
</properties>
1616

SPR-13946/src/main/java/org/springframework/issues/config/TestController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ResponseBodyEmitter provision() throws Exception {
4747
}
4848
}
4949
emitter.complete();
50-
}).run();
50+
}).start();
5151
return emitter;
5252
}
5353

0 commit comments

Comments
 (0)