From caf2292768deccd885b5b6989b731742e2e5edf4 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 20 Nov 2018 16:20:42 +0000 Subject: Bug 540373: Cleanup: Remove redundant type arguments This was done by selecting all projects in Eclipse then Source -> Clean Up... -> choosing: - Remove redundant type arguments and completing the wizard Change-Id: Iaecc7010f097b4b1fabd29ccaa34ccb23a716fbf --- .../src/org/eclipse/cdt/gdb/internal/eventbkpts/GdbCatchpoints.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/org.eclipse.cdt.gdb') diff --git a/debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/eventbkpts/GdbCatchpoints.java b/debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/eventbkpts/GdbCatchpoints.java index dd14732de58..491356b82ae 100644 --- a/debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/eventbkpts/GdbCatchpoints.java +++ b/debug/org.eclipse.cdt.gdb/src/org/eclipse/cdt/gdb/internal/eventbkpts/GdbCatchpoints.java @@ -21,7 +21,7 @@ import org.eclipse.cdt.gdb.eventbkpts.IEventBreakpointConstants; public class GdbCatchpoints { /** Map which services {@link #eventToGdbCatchpointKeyword(String)} */ - private static final Map sIdToKeyword = new HashMap(); + private static final Map sIdToKeyword = new HashMap<>(); static { // these Ids are also referenced in mi.ui plugin as contribution // to event breakpoints selector -- cgit v1.2.3