RFR: 8276561: URL$DefaultFactory::PREFIX should be static final
Michael McMahon
michaelm at openjdk.org
Thu Jul 21 09:55:40 UTC 2022
Hi,
Could I get the following trivial code change reviewed please? Static analysis shows one
static field declaration in java.net.URL that should be final.
Thanks,
Michael.
-------------
Commit messages:
- add final keyword
Changes: https://git.openjdk.org/jdk/pull/9586/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9586&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8276561
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/9586.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9586/head:pull/9586
PR: https://git.openjdk.org/jdk/pull/9586
More information about the net-dev
mailing list