diff options
Diffstat (limited to 'java/test/Ice/exceptions/EmptyI.java')
-rw-r--r-- | java/test/Ice/exceptions/EmptyI.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/test/Ice/exceptions/EmptyI.java b/java/test/Ice/exceptions/EmptyI.java index a7325918852..e112dfc84b5 100644 --- a/java/test/Ice/exceptions/EmptyI.java +++ b/java/test/Ice/exceptions/EmptyI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2002 +// Copyright (c) 2003 // ZeroC, Inc. // Billerica, MA, USA // @@ -12,8 +12,6 @@ // // ********************************************************************** -// Ice version 0.0.1 - public final class EmptyI extends _EmptyDisp { } |