RFR: 8273243: Fix indentations in java.net.InetAddress methods
Aleksei Efimov
aefimov at openjdk.java.net
Wed Sep 1 17:01:23 UTC 2021
Hi,
The fix changes indentations in the following `java.net.InetAddress` methods:
- getAddressesFromNameService
- getHostFromNameService
It helps to improve code readability. Can't say the same about `getHostFromNameService` diffs shown in this PR.
-------------
Commit messages:
- 8273243: Fix indentations in java.net.InetAddress methods
Changes: https://git.openjdk.java.net/jdk/pull/5336/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5336&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8273243
Stats: 53 lines in 1 file changed: 9 ins; 11 del; 33 mod
Patch: https://git.openjdk.java.net/jdk/pull/5336.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5336/head:pull/5336
PR: https://git.openjdk.java.net/jdk/pull/5336
More information about the net-dev
mailing list