Thanks for the review, Jon. > Am 12.09.2018 um 22:59 schrieb Jonathan Gibbons <[email protected]>: > > OK. > > I don't know why the `.attr("href", "#")` was present, but having played with > the generated docs, I agree that > the issue in question has been fixed. > > (Separately, the display order of the choices for List.of seems > weird/backward. I'll file a separate issue with screenshot.) >
I noticed that as well. It is caused by introducing java.text.Collator for sorting search results in https://bugs.openjdk.java.net/browse/JDK-8190876. Using String#compareToIgnoreCase method the order is what it used to be before. Hannes
