mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
add toString to simplify debug
This commit is contained in:
@@ -86,4 +86,8 @@ public class AttributeBinding extends BasePrimitiveBinding {
|
||||
throw new XmlSerializationException("Can't use attribute binding for non-text content: " + myAccessor);
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "AttributeBinding[" + myName + ", binding=" + myBinding + "]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user