mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
renamed attributes for exception breakpoint
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user