Skip to content

Commit fb52877

Browse files
authored
Remove outdated commented out code (#12783)
1 parent f220fea commit fb52877

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,6 @@ tasks {
280280
charSet = "UTF-8"
281281
breakIterator(true)
282282

283-
// TODO (trask) revisit to see if url is fixed
284-
// currently broken because https://docs.oracle.com/javase/8/docs/api/element-list is missing
285-
// and redirects
286-
// links("https://docs.oracle.com/javase/8/docs/api/")
287-
288283
addStringOption("Xdoclint:none", "-quiet")
289284
// non-standard option to fail on warnings, see https://bugs.openjdk.java.net/browse/JDK-8200363
290285
addStringOption("Xwerror", "-quiet")

0 commit comments

Comments
 (0)