summaryrefslogtreecommitdiffstats
path: root/test/resources/design/src/mod/innerclassdepend/InnerClassDependsOnSuper.java
diff options
context:
space:
mode:
authormattinger <[email protected]>2007-03-07 21:25:39 +0000
committermattinger <[email protected]>2007-03-07 21:25:39 +0000
commit1bce0a66a11f4cbf8d6bcc46fbd9a36cb7ebe64a (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /test/resources/design/src/mod/innerclassdepend/InnerClassDependsOnSuper.java
parent391a3b1becbcb9b778b8f86ff11793123ec04f78 (diff)
Removing old stuff
git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/branches/ant-1.7.0-upgrade@99 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'test/resources/design/src/mod/innerclassdepend/InnerClassDependsOnSuper.java')
-rw-r--r--test/resources/design/src/mod/innerclassdepend/InnerClassDependsOnSuper.java32
1 files changed, 0 insertions, 32 deletions
diff --git a/test/resources/design/src/mod/innerclassdepend/InnerClassDependsOnSuper.java b/test/resources/design/src/mod/innerclassdepend/InnerClassDependsOnSuper.java
deleted file mode 100644
index ee882e5..0000000
--- a/test/resources/design/src/mod/innerclassdepend/InnerClassDependsOnSuper.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (c) 2001-2004 Ant-Contrib project. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/*
- * Created on Dec 29, 2004
- */
-package mod.innerclassdepend;
-
-import mod.dummy.DummyClass;
-
-/**
- *
- * @author dhiller
- */
-public class InnerClassDependsOnSuper {
-
- private class Inner extends DummyClass {
-
- }
-}