--- old/src/java.compiler/share/classes/javax/tools/JavaFileManager.java 2020-03-13 15:39:11.000000000 +0000 +++ new/src/java.compiler/share/classes/javax/tools/JavaFileManager.java 2020-03-13 15:39:10.000000000 +0000 @@ -79,7 +79,7 @@ * section 3.3. Informally, this should be true: * * - *
  URI.{@linkplain java.net.URI#create create}(relativeName).{@linkplain java.net.URI#normalize normalize}().{@linkplain java.net.URI#getPath getPath}().equals(relativeName)
+ *
  URI.{@linkplain java.net.URI#create create}(relativeName).{@linkplain java.net.URI#normalize() normalize}().{@linkplain java.net.URI#getPath getPath}().equals(relativeName)
* *

All methods in this interface might throw a SecurityException. *