RFR: JDK-8259723: Move Table class to formats.html package
    Hannes Wallnöfer 
    hannesw at openjdk.java.net
       
    Thu Jan 14 15:13:01 UTC 2021
    
    
  
On Wed, 13 Jan 2021 18:44:41 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review this change to just move two classes from one package to another. The move was done as a single simple IDE operation, which also had a not-unwelcome side-effect of cleaning up some unrelated imports.
> 
> The change is an indirect consequence of the recent change to use the new `HtmlId` and `HtmlIds` classes, which introduced an undesirable package dependence in the `Table` class.
> 
> The changes are just to move the classes and update imports. There are no functional changes.
Looks good!
-------------
Marked as reviewed by hannesw (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2065
    
    
More information about the javadoc-dev
mailing list