langtools/src/share/classes/com/sun/tools/javac/jvm/CRTable.java
changeset 22163 3651128c74eb
parent 14439 fc971a9560d0
--- a/langtools/src/share/classes/com/sun/tools/javac/jvm/CRTable.java	Wed Dec 18 19:22:58 2013 +0000
+++ b/langtools/src/share/classes/com/sun/tools/javac/jvm/CRTable.java	Wed Dec 18 16:05:18 2013 -0500
@@ -49,11 +49,11 @@
 
     /** The list of CRTable entries.
      */
-    private ListBuffer<CRTEntry> entries = new ListBuffer<CRTEntry>();
+    private ListBuffer<CRTEntry> entries = new ListBuffer<>();
 
     /** The hashtable for source positions.
      */
-    private Map<Object,SourceRange> positions = new HashMap<Object,SourceRange>();
+    private Map<Object,SourceRange> positions = new HashMap<>();
 
     /** The object for ending positions stored in the parser.
      */