Remove outdated commented out code (#1568)
This commit is contained in:
parent
66f07b9f63
commit
436b166585
|
@ -90,12 +90,6 @@ tasks {
|
||||||
breakIterator(true)
|
breakIterator(true)
|
||||||
|
|
||||||
addBooleanOption("html5", true)
|
addBooleanOption("html5", 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/")
|
|
||||||
|
|
||||||
addBooleanOption("Xdoclint:all,-missing", true)
|
addBooleanOption("Xdoclint:all,-missing", true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue