Integrated: 8268900: com/sun/net/httpserver/Headers.java: Fix indentation and whitespace
Julia Boes
jboes at openjdk.java.net
Fri Jun 18 09:39:30 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.
This pull request has now been integrated.
Changeset: f4d20b21
Author: Julia Boes <jboes at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/f4d20b215eb3c90ca28bf973e7614486226692b5
Stats: 163 lines in 1 file changed: 32 ins; 33 del; 98 mod
8268900: com/sun/net/httpserver/Headers.java: Fix indentation and whitespace
Reviewed-by: dfuchs, chegar, michaelm
-------------
PR: https://git.openjdk.java.net/jdk/pull/4517
More information about the net-dev
mailing list