Skip to content

Commit a533e18

Browse files
committed
Comment format
1 parent c40044b commit a533e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-oxm/spring-oxm.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
testRuntimeOnly("com.sun.xml.bind:jaxb-impl")
2929
}
3030

31-
// XJC plugin adds generated code to main source-set, but we need it only for tests
31+
// XJC plugin adds generated code to main source set, but we need it only for tests
3232
sourceSets.main.java.setSrcDirs(["src/main/java"])
3333
sourceSets.main.resources.setSrcDirs(["src/main/resources"])
3434
sourceSets.test.java.srcDir(tasks.named("xjc", XjcTask).flatMap { it.outputJavaDir })

0 commit comments

Comments
 (0)