Re: RFR: 8268900: com/sun/net/httpserver/Headers.java: Fix indentation and whitespace

2021-06-17 Thread Michael McMahon
On Thu, 17 Jun 2021 09:17:24 GMT, Julia Boes 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 r

Re: RFR: 8268900: com/sun/net/httpserver/Headers.java: Fix indentation and whitespace

2021-06-17 Thread Chris Hegarty
On Thu, 17 Jun 2021 09:17:24 GMT, Julia Boes 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 r

Re: RFR: 8268900: com/sun/net/httpserver/Headers.java: Fix indentation and whitespace

2021-06-17 Thread Daniel Fuchs
On Thu, 17 Jun 2021 09:17:24 GMT, Julia Boes 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 r

RFR: 8268900: com/sun/net/httpserver/Headers.java: Fix indentation and whitespace

2021-06-17 Thread Julia Boes
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. - Commit messages: - initial change Changes: https://git