mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
cleanup
This commit is contained in:
@@ -39,12 +39,14 @@ import com.intellij.psi.PsiExpression;
|
||||
import com.intellij.util.net.NetUtils;
|
||||
import com.sun.jdi.Value;
|
||||
import org.jdom.Element;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public class DebuggerUtilsImpl extends DebuggerUtilsEx{
|
||||
private static final Logger LOG = Logger.getInstance("#com.intellij.debugger.impl.DebuggerUtilsImpl");
|
||||
|
||||
@NotNull
|
||||
public String getComponentName() {
|
||||
return "DebuggerUtils";
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@ import com.intellij.openapi.util.WriteExternalException;
|
||||
import com.intellij.ui.classFilter.ClassFilter;
|
||||
import org.jdom.Element;
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
@@ -174,6 +175,7 @@ public class DebuggerSettings implements JDOMExternalizable, ApplicationComponen
|
||||
return null;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public String getComponentName() {
|
||||
return "DebuggerSettings";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user