summaryrefslogtreecommitdiff
path: root/java/test/Ice/classLoader/AbstractClassI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/classLoader/AbstractClassI.java')
-rw-r--r--java/test/Ice/classLoader/AbstractClassI.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/java/test/Ice/classLoader/AbstractClassI.java b/java/test/Ice/classLoader/AbstractClassI.java
new file mode 100644
index 00000000000..701c3da3fb2
--- /dev/null
+++ b/java/test/Ice/classLoader/AbstractClassI.java
@@ -0,0 +1,20 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2009 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.classLoader;
+
+import test.Ice.classLoader.Test.AbstractClass;
+
+class AbstractClassI extends AbstractClass
+{
+ public void
+ op(Ice.Current current)
+ {
+ }
+}