diff options
Diffstat (limited to 'javae/test/IceE/exceptions/CollocatedMIDlet.java')
-rw-r--r-- | javae/test/IceE/exceptions/CollocatedMIDlet.java | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/javae/test/IceE/exceptions/CollocatedMIDlet.java b/javae/test/IceE/exceptions/CollocatedMIDlet.java deleted file mode 100644 index 4ba54419200..00000000000 --- a/javae/test/IceE/exceptions/CollocatedMIDlet.java +++ /dev/null @@ -1,16 +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 CollocatedMIDlet extends CollocatedBase -{ - public void - updateProperties(Ice.Properties properties) - { - } -} |