summaryrefslogtreecommitdiff
path: root/javae/test/IceE/inheritance/CAI.java
diff options
context:
space:
mode:
Diffstat (limited to 'javae/test/IceE/inheritance/CAI.java')
-rw-r--r--javae/test/IceE/inheritance/CAI.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/javae/test/IceE/inheritance/CAI.java b/javae/test/IceE/inheritance/CAI.java
deleted file mode 100644
index 2bca714e437..00000000000
--- a/javae/test/IceE/inheritance/CAI.java
+++ /dev/null
@@ -1,22 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice-E is licensed to you under the terms described in the
-// ICEE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-public final class CAI extends Test.MA.CA
-{
- public
- CAI()
- {
- }
-
- public Test.MA.CAPrx
- caop(Test.MA.CAPrx p, Ice.Current current)
- {
- return p;
- }
-}