RFR: 8297074: Use enhanced-for cycle instead of Enumeration in javax.crypto
Weijun Wang
weijun at openjdk.org
Tue Nov 15 22:23:01 UTC 2022
On Mon, 7 Nov 2022 16:54:32 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> java.util.Enumeration is a legacy interface from java 1.0.
> There are a few places with cycles which use it to iterate over collections. We can replace this manual cycle with enchanced-for, which is shorter and easier to read.
Look good. Thanks for the fix!
-------------
Marked as reviewed by weijun (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11022
More information about the security-dev
mailing list