Skip to content

Commit

Permalink
Remove outdated commented out code (#12783)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Nov 24, 2024
1 parent f220fea commit fb52877
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions conventions/src/main/kotlin/otel.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,6 @@ tasks {
charSet = "UTF-8"
breakIterator(true)

// TODO (trask) revisit to see if url is fixed
// currently broken because https://docs.oracle.com/javase/8/docs/api/element-list is missing
// and redirects
// links("https://docs.oracle.com/javase/8/docs/api/")

addStringOption("Xdoclint:none", "-quiet")
// non-standard option to fail on warnings, see https://bugs.openjdk.java.net/browse/JDK-8200363
addStringOption("Xwerror", "-quiet")
Expand Down

0 comments on commit fb52877

Please sign in to comment.