summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/PropertySetParent.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-02-01 17:09:49 +0000
committerBernard Normier <bernard@zeroc.com>2007-02-01 17:09:49 +0000
commitabada90e3f84dc703b8ddc9efcbed8a946fadead (patch)
tree2c6f9dccd510ea97cb927a7bd635422efaae547a /java/src/IceGridGUI/Application/PropertySetParent.java
parentremoving trace message (diff)
downloadice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2
ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz
ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip
Expanded tabs into spaces
Diffstat (limited to 'java/src/IceGridGUI/Application/PropertySetParent.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/PropertySetParent.java6
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);