langtools/src/jdk.jshell/share/classes/jdk/jshell/Corraller.java
changeset 42828 cce89649f958
parent 38535 4a25025e0b0d
--- a/langtools/src/jdk.jshell/share/classes/jdk/jshell/Corraller.java	Fri Dec 16 15:27:34 2016 +0000
+++ b/langtools/src/jdk.jshell/share/classes/jdk/jshell/Corraller.java	Fri Dec 16 15:27:47 2016 +0000
@@ -149,8 +149,7 @@
             }
             JCNewClass exp = make.NewClass(null,
                     null, expClass, List.of(make.Literal(keyIndex)), null);
-            resolutionExceptionBlock = make.Block(0L, List.<JCStatement>of(
-                    make.Throw(exp)));
+            resolutionExceptionBlock = make.Block(0L, List.of(make.Throw(exp)));
         }
         return resolutionExceptionBlock;
     }