hg: jdk9/dev/langtools: 8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
nadeesh.tv at oracle.com
nadeesh.tv at oracle.com
Mon Aug 29 09:59:31 UTC 2016
Changeset: 669b6e24db11
Author: ntv
Date: 2016-08-29 09:58 +0000
URL: http://hg.openjdk.java.net/jdk9/dev/langtools/rev/669b6e24db11
8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
Summary: Replacde EnumSet.allOf(FormatCase.class) with FormatCase.all
Reviewed-by: rfield
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/Feedback.java
More information about the jdk9-dev-changes
mailing list