Skip to content

Commit f57e558

Browse files
committed
Add a reference to KT-18833 in JDK 9 ignored tests
1 parent 0bdd246 commit f57e558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-webflux/src/test/java/org/springframework/web/reactive/result/view/script/KotlinScriptTemplateTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
*
4040
* @author Sebastien Deleuze
4141
*/
42-
@Ignore // for JDK 9 compatibility
42+
@Ignore // for JDK 9 compatibility, see KT-18833
4343
public class KotlinScriptTemplateTests {
4444

4545
@Test

spring-webmvc/src/test/java/org/springframework/web/servlet/view/script/KotlinScriptTemplateTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
* @author Sebastien Deleuze
4444
*/
45-
@Ignore // for JDK 9 compatibility
45+
@Ignore // for JDK 9 compatibility, see KT-18833
4646
public class KotlinScriptTemplateTests {
4747

4848
private WebApplicationContext webAppContext;

0 commit comments

Comments
 (0)