diff options
Diffstat (limited to 'java/test/Ice/exceptions/EmptyI.java')
-rw-r--r-- | java/test/Ice/exceptions/EmptyI.java | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/java/test/Ice/exceptions/EmptyI.java b/java/test/Ice/exceptions/EmptyI.java deleted file mode 100644 index f21f1bc484e..00000000000 --- a/java/test/Ice/exceptions/EmptyI.java +++ /dev/null @@ -1,17 +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; - -import test.Ice.exceptions.Test._EmptyDisp; - - -public final class EmptyI extends _EmptyDisp -{ -} |