diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-09-16 12:37:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-09-16 12:37:28 +0000 |
commit | 6be9192cb3ffbb1fcc0220ca740499034bd10461 (patch) | |
tree | af0efb51bfc7d97e5e7ea4165d522d7f6775008b /java/src/IceInternal/FixedReference.java | |
parent | bug 479 - fixed reference -> fixed proxy (diff) | |
download | ice-6be9192cb3ffbb1fcc0220ca740499034bd10461.tar.bz2 ice-6be9192cb3ffbb1fcc0220ca740499034bd10461.tar.xz ice-6be9192cb3ffbb1fcc0220ca740499034bd10461.zip |
Bug 479 - fixed reference -> fixed proxy
Diffstat (limited to 'java/src/IceInternal/FixedReference.java')
-rw-r--r-- | java/src/IceInternal/FixedReference.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceInternal/FixedReference.java b/java/src/IceInternal/FixedReference.java index a29e87f05a8..a893cced983 100644 --- a/java/src/IceInternal/FixedReference.java +++ b/java/src/IceInternal/FixedReference.java @@ -110,14 +110,14 @@ public class FixedReference extends Reference streamWrite(BasicStream s) throws Ice.MarshalException { - throw new Ice.MarshalException("Cannot marshal a fixed reference"); + throw new Ice.MarshalException("Cannot marshal a fixed proxy"); } public String toString() throws Ice.MarshalException { - throw new Ice.MarshalException("Cannot marshal a fixed reference"); + throw new Ice.MarshalException("Cannot marshal a fixed proxy"); } public Ice.ConnectionI |