diff options
Diffstat (limited to 'java/src/IceGridGUI/LiveDeployment/Editor.java')
-rwxr-xr-x | java/src/IceGridGUI/LiveDeployment/Editor.java | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/java/src/IceGridGUI/LiveDeployment/Editor.java b/java/src/IceGridGUI/LiveDeployment/Editor.java index d212ac4bf28..c63b9fef0b4 100755 --- a/java/src/IceGridGUI/LiveDeployment/Editor.java +++ b/java/src/IceGridGUI/LiveDeployment/Editor.java @@ -1,18 +1,18 @@ -// **********************************************************************
-//
-// Copyright (c) 2003-2005 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.LiveDeployment;
-
-import IceGridGUI.*;
-import IceGrid.*;
-
-public abstract class Editor extends EditorBase
-{
-}
-
-
+// ********************************************************************** +// +// Copyright (c) 2003-2005 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.LiveDeployment; + +import IceGridGUI.*; +import IceGrid.*; + +public abstract class Editor extends EditorBase +{ +} + + |