diff options
Diffstat (limited to 'java/src/IceGridGUI/Application/PropertySetParent.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/PropertySetParent.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/IceGridGUI/Application/PropertySetParent.java b/java/src/IceGridGUI/Application/PropertySetParent.java index b7a285650ff..9d5f7a254e8 100755 --- a/java/src/IceGridGUI/Application/PropertySetParent.java +++ b/java/src/IceGridGUI/Application/PropertySetParent.java @@ -14,13 +14,13 @@ import IceGridGUI.*; interface PropertySetParent { void tryAdd(String id, PropertySetDescriptor descriptor) - throws UpdateFailedException; + throws UpdateFailedException; void tryRename(String oldId, String oldUnresolveId, String newUnresolvedId) - throws UpdateFailedException; + throws UpdateFailedException; void insertPropertySet(PropertySet nps, boolean fireEvent) - throws UpdateFailedException; + throws UpdateFailedException; void removePropertySet(PropertySet nps); |