summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2005-04-25 23:39:29 +0000
committerMark Spruiell <mes@zeroc.com>2005-04-25 23:39:29 +0000
commitd056f0c5ad5a81998a24123e7a341aa1e53c6bdc (patch)
treefb36a5cd2e2b8b6f23a49de8bab25a5c78e0959e /java/src
parentFixed ice_name return type (diff)
downloadice-d056f0c5ad5a81998a24123e7a341aa1e53c6bdc.tar.bz2
ice-d056f0c5ad5a81998a24123e7a341aa1e53c6bdc.tar.xz
ice-d056f0c5ad5a81998a24123e7a341aa1e53c6bdc.zip
fix for bug 247
Diffstat (limited to 'java/src')
-rw-r--r--java/src/Ice/InputStreamI.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/java/src/Ice/InputStreamI.java b/java/src/Ice/InputStreamI.java
index d3fb0896afb..e8f26728c6f 100644
--- a/java/src/Ice/InputStreamI.java
+++ b/java/src/Ice/InputStreamI.java
@@ -24,13 +24,6 @@ public class InputStreamI implements InputStream
buf.position(0);
}
- protected void
- finalize()
- throws Throwable
- {
- destroy();
- }
-
public Communicator
communicator()
{