summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/DescriptorHolder.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceGridGUI/Application/DescriptorHolder.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/DescriptorHolder.java30
1 files changed, 15 insertions, 15 deletions
diff --git a/java/src/IceGridGUI/Application/DescriptorHolder.java b/java/src/IceGridGUI/Application/DescriptorHolder.java
index 5be2b6c2299..caf43652ff5 100755
--- a/java/src/IceGridGUI/Application/DescriptorHolder.java
+++ b/java/src/IceGridGUI/Application/DescriptorHolder.java
@@ -1,15 +1,15 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice is licensed to you under the terms described in the
-// ICE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-package IceGridGUI.Application;
-
-interface DescriptorHolder
-{
- Object saveDescriptor();
- void restoreDescriptor(Object descriptor);
-}
+// **********************************************************************
+//
+// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+package IceGridGUI.Application;
+
+interface DescriptorHolder
+{
+ Object saveDescriptor();
+ void restoreDescriptor(Object descriptor);
+}