1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed warning

This commit is contained in:
John Cortell 2010-05-06 18:53:39 +00:00
parent 2df2588754
commit 8f418be80d

View file

@ -14,8 +14,6 @@ package org.eclipse.cdt.debug.gdbjtag.core.jtagdevice;
import java.util.Collection;
import org.eclipse.cdt.debug.gdbjtag.core.IGDBJtagConnection;
/**
* Provides device specific debug commands for different hardware
* JTAG devices. See <code>DefaultGDBJtagDeviceImpl</code> for