summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/ServantManager.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2009-05-14 12:20:13 +1000
committerMichi Henning <michi@zeroc.com>2009-05-14 12:20:13 +1000
commit99e135fb44e7e011719dec95224c5ae6abeed42d (patch)
tree1788d53c5373b190ea6bdc3d3a53678c85c8152d /java/src/IceInternal/ServantManager.java
parentFixed incorrect string comparison (reference equality instead of string equal... (diff)
downloadice-99e135fb44e7e011719dec95224c5ae6abeed42d.tar.bz2
ice-99e135fb44e7e011719dec95224c5ae6abeed42d.tar.xz
ice-99e135fb44e7e011719dec95224c5ae6abeed42d.zip
Fixed a few more issues reported by FindBugs, mostly about inconsistencies with equals/hash.
Diffstat (limited to 'java/src/IceInternal/ServantManager.java')
-rw-r--r--java/src/IceInternal/ServantManager.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/java/src/IceInternal/ServantManager.java b/java/src/IceInternal/ServantManager.java
index 072f8c8bd84..ba3c1f80cac 100644
--- a/java/src/IceInternal/ServantManager.java
+++ b/java/src/IceInternal/ServantManager.java
@@ -250,20 +250,6 @@ public final class ServantManager
_adapterName = adapterName;
}
- protected void
- finalize()
- throws Throwable
- {
- //
- // Don't check whether destroy() has been called. It might have
- // not been called if the associated object adapter was not
- // properly deactivated.
- //
- //IceUtilInternal.Assert.FinalizerAssert(_instance == null);
-
- super.finalize();
- }
-
//
// Only for use by Ice.ObjectAdapterI.
//