[jdk17] RFR: JDK-8268972: Add default impl for recent new Reporter.print method

Jonathan Gibbons jjg at openjdk.java.net
Thu Jun 17 17:44:37 UTC 2021


Please review a simple fix to add a default implementation for a recent new method on the Reporter interface. (It was an oversight that the default implementation was not provided in the original work.)

-------------

Commit messages:
 - JDK-8268973: Add default impl for recent new method

Changes: https://git.openjdk.java.net/jdk17/pull/92/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk17&pr=92&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8268972
  Stats: 9 lines in 1 file changed: 8 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk17/pull/92.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/92/head:pull/92

PR: https://git.openjdk.java.net/jdk17/pull/92


More information about the javadoc-dev mailing list