summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2005-04-19 03:03:31 +0000
committerMichi Henning <michi@zeroc.com>2005-04-19 03:03:31 +0000
commitc38ff9eefd289fc5a04629bfdc867c5292fe2995 (patch)
tree017e3336233c065d460d6ac31d9f59cf03a75f87 /java/src
parentfixes (diff)
downloadice-c38ff9eefd289fc5a04629bfdc867c5292fe2995.tar.bz2
ice-c38ff9eefd289fc5a04629bfdc867c5292fe2995.tar.xz
ice-c38ff9eefd289fc5a04629bfdc867c5292fe2995.zip
Backed out previous change -- not necessary for Java.
Diffstat (limited to 'java/src')
-rw-r--r--java/src/IceInternal/ObjectAdapterFactory.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/IceInternal/ObjectAdapterFactory.java b/java/src/IceInternal/ObjectAdapterFactory.java
index 2fd803a525a..68450385d88 100644
--- a/java/src/IceInternal/ObjectAdapterFactory.java
+++ b/java/src/IceInternal/ObjectAdapterFactory.java
@@ -179,6 +179,7 @@ public final class ObjectAdapterFactory
{
assert(_instance == null);
assert(_communicator == null);
+ assert(_adapters.size() == 0);
assert(!_waitForShutdown);
super.finalize();