summaryrefslogtreecommitdiff
path: root/java/test/Ice/exceptions/ServantLocatorI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/exceptions/ServantLocatorI.java')
-rw-r--r--java/test/Ice/exceptions/ServantLocatorI.java30
1 files changed, 0 insertions, 30 deletions
diff --git a/java/test/Ice/exceptions/ServantLocatorI.java b/java/test/Ice/exceptions/ServantLocatorI.java
deleted file mode 100644
index 6619cd8f40c..00000000000
--- a/java/test/Ice/exceptions/ServantLocatorI.java
+++ /dev/null
@@ -1,30 +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.Ice.exceptions;
-
-
-public final class ServantLocatorI implements Ice.ServantLocator
-{
- @Override
- public Ice.Object locate(Ice.Current curr, Ice.LocalObjectHolder cookie)
- {
- return null;
- }
-
- @Override
- public void finished(Ice.Current curr, Ice.Object servant, java.lang.Object cookie)
- {
- }
-
- @Override
- public void deactivate(String category)
- {
- }
-}