summaryrefslogtreecommitdiff
path: root/java/test/Ice/background/Configuration.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-03-24 12:31:31 -0230
committerMatthew Newhook <matthew@zeroc.com>2009-03-24 12:31:31 -0230
commit4cc5d77c383b6c91c3af9fe44df9687bb9b15580 (patch)
tree64ce3d6cf35b15497de50f298f7225a8c72f64b6 /java/test/Ice/background/Configuration.java
parentMerge commit 'origin/R3_3_branch' (diff)
downloadice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.tar.bz2
ice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.tar.xz
ice-4cc5d77c383b6c91c3af9fe44df9687bb9b15580.zip
Merged android-testsuite branch.
Diffstat (limited to 'java/test/Ice/background/Configuration.java')
-rw-r--r--java/test/Ice/background/Configuration.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/java/test/Ice/background/Configuration.java b/java/test/Ice/background/Configuration.java
index 97aeefa60c4..f6a74404c5b 100644
--- a/java/test/Ice/background/Configuration.java
+++ b/java/test/Ice/background/Configuration.java
@@ -6,6 +6,7 @@
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+package test.Ice.background;
public final class Configuration
{
@@ -141,12 +142,6 @@ public final class Configuration
}
}
- static public synchronized Configuration
- getInstance()
- {
- return _instance;
- }
-
private Ice.LocalException _connectorsException;
private Ice.LocalException _connectException;
private IceInternal.SocketStatus _initializeSocketStatus;
@@ -156,6 +151,4 @@ public final class Configuration
private Ice.LocalException _readException;
private int _writeReadyCount;
private Ice.LocalException _writeException;
-
- private final static Configuration _instance = new Configuration();
}