From e6794e5a2e01c407fca3477face177da81da8463 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 4 Mar 2010 16:48:01 +0000 Subject: [PATCH] fixed warnings --- .../mi/service/command/commands/TestMIBreakInsertCommand.java | 1 + .../service/command/commands/TestMICommandConstructCommand.java | 1 + 2 files changed, 2 insertions(+) diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMIBreakInsertCommand.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMIBreakInsertCommand.java index d83d2c8f84b..a165eab4ab1 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMIBreakInsertCommand.java +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMIBreakInsertCommand.java @@ -55,6 +55,7 @@ public class TestMIBreakInsertCommand { return null; } + @SuppressWarnings("rawtypes") public Object getAdapter(Class adapter) { return null; } diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMICommandConstructCommand.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMICommandConstructCommand.java index bed9559b320..454cbc3ecd5 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMICommandConstructCommand.java +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands/TestMICommandConstructCommand.java @@ -56,6 +56,7 @@ public class TestMICommandConstructCommand { return null; } + @SuppressWarnings("rawtypes") public Object getAdapter(Class adapter) { return null; }