mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 12:45:41 +02:00
Remove warnings
This commit is contained in:
parent
39405ca612
commit
7854896a04
2 changed files with 4 additions and 1 deletions
|
@ -17,6 +17,10 @@ package org.eclipse.cdt.debug.mi.core;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class MIException extends Exception {
|
public class MIException extends Exception {
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 3257844402679724085L;
|
||||||
String log = ""; //$NON-NLS-1$
|
String log = ""; //$NON-NLS-1$
|
||||||
|
|
||||||
public MIException(String s) {
|
public MIException(String s) {
|
||||||
|
|
|
@ -18,7 +18,6 @@ import java.util.Collections;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.IBinaryParser.IBinaryExecutable;
|
|
||||||
import org.eclipse.cdt.core.IBinaryParser.IBinaryObject;
|
import org.eclipse.cdt.core.IBinaryParser.IBinaryObject;
|
||||||
import org.eclipse.cdt.debug.core.ICDIDebugger;
|
import org.eclipse.cdt.debug.core.ICDIDebugger;
|
||||||
import org.eclipse.cdt.debug.core.ICDTLaunchConfigurationConstants;
|
import org.eclipse.cdt.debug.core.ICDTLaunchConfigurationConstants;
|
||||||
|
|
Loading…
Add table
Reference in a new issue