RFR: 8268900: com/sun/net/httpserver/Headers.java: Fix indentation and whitespace
    Daniel Fuchs 
    dfuchs at openjdk.java.net
       
    Thu Jun 17 09:35:15 UTC 2021
    
    
  
On Thu, 17 Jun 2021 09:17:24 GMT, Julia Boes <jboes at openjdk.org> wrote:
> This cleanup-only change fixes the indentation of all members from 8 to 4 spaces and removes whitespace in method invocations (example: `foo ()` -> `foo()`). It also removes superfluous type parameters on lines 83, 168, 206.
Marked as reviewed by dfuchs (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/4517
    
    
More information about the net-dev
mailing list