Commit bc03e93
Remove an old comment about overriding the location of JDK Javadoc under Java 8.
We started doing that in cl/272937179 but then stopped in 54ec670, and I neglected to remove this comment at that point.
It's possible that we "should" instead _restore_ the override, since JDK links might not work when I run with `JAVA_HOME` pointing to Java 8:
```
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Error fetching URL: https://guava.dev/releases/33.5.0-jre/api/docs/
[WARNING] javadoc: warning - Error fetching URL: https://docs.oracle.com/en/java/javase/11/docs/api/
```
However:
- I doubt we'd build a release with Java 8 nowadays.
- javadoc.io doesn't seem to, either: I see working links for types like `String` in https://javadoc.io/doc/com.google.jimfs/jimfs/1.3.1/com/google/common/jimfs/AttributeProvider.html.
- If we do build a release with Java 8, and if that does indeed break links, then I'd expect it to break links to Guava, too, as indicated by the additional warning above. So that's another reason to just Not Do That.
All that said: The real motivation here is _still_ to test Copybara, this time after cl/813878868.
RELNOTES=n/a
PiperOrigin-RevId: 8138921371 parent 7b550ec commit bc03e93
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
0 commit comments