Skip to content

Commit 87f1961

Browse files
committed
Polishing
1 parent 52f325d commit 87f1961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/spring-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ javadoc {
7676
options.header = project.name
7777
options.use = true
7878
options.links(project.ext.javadocLinks)
79-
// Check for syntax during linting.
8079
options.setOutputLevel(JavadocOutputLevel.QUIET)
80+
// Check for syntax during linting.
8181
options.addBooleanOption("Xdoclint:syntax", true)
8282

8383
// Suppress warnings due to cross-module @see and @link references.

0 commit comments

Comments
 (0)