Skip to content

Commit 436b166

Browse files
authored
Remove outdated commented out code (#1568)
1 parent 66f07b9 commit 436b166

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ tasks {
9090
breakIterator(true)
9191

9292
addBooleanOption("html5", true)
93-
94-
// TODO (trask) revisit to see if url is fixed
95-
// currently broken because https://docs.oracle.com/javase/8/docs/api/element-list is missing
96-
// and redirects
97-
// links("https://docs.oracle.com/javase/8/docs/api/")
98-
9993
addBooleanOption("Xdoclint:all,-missing", true)
10094
}
10195
}

0 commit comments

Comments
 (0)