diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-10-27 15:55:14 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-10-27 15:55:14 +0000 |
commit | 6784d4bde53175419fb12afb1f01f03575a3fdbd (patch) | |
tree | 958e08ab1170b6f8010f77606ae63de4fef2cd53 /java/src/IceInternal/FixedReference.java | |
parent | Renamed IceBox library and executable (diff) | |
download | ice-6784d4bde53175419fb12afb1f01f03575a3fdbd.tar.bz2 ice-6784d4bde53175419fb12afb1f01f03575a3fdbd.tar.xz ice-6784d4bde53175419fb12afb1f01f03575a3fdbd.zip |
Removed ice_default()
Diffstat (limited to 'java/src/IceInternal/FixedReference.java')
-rw-r--r-- | java/src/IceInternal/FixedReference.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/IceInternal/FixedReference.java b/java/src/IceInternal/FixedReference.java index 744daec93b8..c01b074b208 100644 --- a/java/src/IceInternal/FixedReference.java +++ b/java/src/IceInternal/FixedReference.java @@ -95,8 +95,7 @@ public class FixedReference extends Reference { // TODO: FixedReferences should probably have a _compress flag, // that gets its default from the fixed connection this reference - // refers to. This should be changable with changeCompress(), and - // reset in changeDefault(). + // refers to. This should be changable with changeCompress(). return this; } |