From f6bb0396e7d8fd12ed50f72ab9fc99436d418576 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Thu, 23 Oct 2014 16:28:09 -0230 Subject: More gradle changes. Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory. --- java/test/Ice/exceptions/ObjectFactoryI.java | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 java/test/Ice/exceptions/ObjectFactoryI.java (limited to 'java/test/Ice/exceptions/ObjectFactoryI.java') diff --git a/java/test/Ice/exceptions/ObjectFactoryI.java b/java/test/Ice/exceptions/ObjectFactoryI.java deleted file mode 100644 index 87dd29b637b..00000000000 --- a/java/test/Ice/exceptions/ObjectFactoryI.java +++ /dev/null @@ -1,25 +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 ObjectFactoryI implements Ice.ObjectFactory -{ - @Override - public Ice.Object create(String s) - { - return null; - } - - @Override - public void destroy() - { - } -} -- cgit v1.2.3