summaryrefslogtreecommitdiff
path: root/javae/test/IceE/exceptions/ServerMIDlet.java
diff options
context:
space:
mode:
Diffstat (limited to 'javae/test/IceE/exceptions/ServerMIDlet.java')
-rw-r--r--javae/test/IceE/exceptions/ServerMIDlet.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/javae/test/IceE/exceptions/ServerMIDlet.java b/javae/test/IceE/exceptions/ServerMIDlet.java
deleted file mode 100644
index 313b91af94b..00000000000
--- a/javae/test/IceE/exceptions/ServerMIDlet.java
+++ /dev/null
@@ -1,19 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice-E is licensed to you under the terms described in the
-// ICEE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-public class ServerMIDlet extends ServerBase
-{
- public void
- updateProperties(Ice.Properties properties)
- {
- String s = "default -p " + _port.getString() + " -t " + _timeout.getString();
- properties.setProperty("TestAdapter.Endpoints", s);
- }
-}
-