diff options
Diffstat (limited to 'java/test/Ice/exceptions/ServantLocatorI.java')
-rw-r--r-- | java/test/Ice/exceptions/ServantLocatorI.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/test/Ice/exceptions/ServantLocatorI.java b/java/test/Ice/exceptions/ServantLocatorI.java index a4b81e2dfea..82763e0b7ea 100644 --- a/java/test/Ice/exceptions/ServantLocatorI.java +++ b/java/test/Ice/exceptions/ServantLocatorI.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 ServantLocatorI extends Ice.LocalObjectImpl implements Ice.ServantLocator { public Ice.Object locate(Ice.Current curr, Ice.LocalObjectHolder cookie) |