langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/Context.java
changeset 42828 cce89649f958
parent 32454 b0ac04e0fefe
--- a/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/Context.java	Fri Dec 16 15:27:34 2016 +0000
+++ b/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/Context.java	Fri Dec 16 15:27:47 2016 +0000
@@ -158,7 +158,7 @@
          * Since we found a key of type Key<T>, the value must
          * be of type T.
          */
-        return Context.<T>uncheckedCast(o);
+        return Context.uncheckedCast(o);
     }
 
     public Context() {}