diff options
Diffstat (limited to 'java/test/IceGrid/simple/TestI.java')
-rw-r--r-- | java/test/IceGrid/simple/TestI.java | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/java/test/IceGrid/simple/TestI.java b/java/test/IceGrid/simple/TestI.java deleted file mode 100644 index 82ba95b7aad..00000000000 --- a/java/test/IceGrid/simple/TestI.java +++ /dev/null @@ -1,27 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -package test.IceGrid.simple; - -import test.IceGrid.simple.Test._TestIntfDisp; - -public class TestI extends _TestIntfDisp -{ - public - TestI() - { - } - - @Override - public void - shutdown(Ice.Current current) - { - current.adapter.getCommunicator().shutdown(); - } -} |