diff options
Diffstat (limited to 'java/src/Freeze/ConnectionI.java')
-rwxr-xr-x | java/src/Freeze/ConnectionI.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/Freeze/ConnectionI.java b/java/src/Freeze/ConnectionI.java index 294b5f9665e..ace8e367748 100755 --- a/java/src/Freeze/ConnectionI.java +++ b/java/src/Freeze/ConnectionI.java @@ -1,13 +1,12 @@ // ********************************************************************** // -// Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved. +// 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 Freeze; class ConnectionI extends Ice.LocalObjectImpl implements Connection |