renamed attributes for exception breakpoint

This commit is contained in:
Egor.Ushakov
2014-02-27 20:54:51 +04:00
parent b4df1c97b5
commit c7b3ad387d
@@ -25,10 +25,10 @@ public class JavaExceptionBreakpointProperties extends JavaBreakpointProperties<
public boolean NOTIFY_CAUGHT = true;
public boolean NOTIFY_UNCAUGHT = true;
@Attribute("class_name")
@Attribute("class")
public String myQualifiedName;
@Attribute("package_name")
@Attribute("package")
public String myPackageName;
public JavaExceptionBreakpointProperties(String qualifiedName, String packageName) {