aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-07-08 10:19:33 +0000
committeracolyer <acolyer>2005-07-08 10:19:33 +0000
commitcc4fdafb83bb2c4268e2cb3caa6bac7065fab333 (patch)
treeab3cdce8853f25cc53bd6e75ca7e7bdcfe948905 /bcel-builder
parent103c4a518762b9914377632a8f31a4a60e228368 (diff)
downloadaspectj-cc4fdafb83bb2c4268e2cb3caa6bac7065fab333.tar.gz
aspectj-cc4fdafb83bb2c4268e2cb3caa6bac7065fab333.zip
copyright statement
Diffstat (limited to 'bcel-builder')
-rw-r--r--bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java14
1 files changed, 12 insertions, 2 deletions
diff --git a/bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java b/bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java
index 9833a309c..9e4da1b71 100644
--- a/bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java
+++ b/bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java
@@ -1,3 +1,15 @@
+/* *******************************************************************
+ * Copyright (c) 2005 Contributors
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Common Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * Adrian Colyer initial implementation
+ * ******************************************************************/
+
package org.aspectj.apache.bcel.classfile.tests;
@@ -11,8 +23,6 @@ import org.aspectj.apache.bcel.classfile.Signature.FieldTypeSignature;
import org.aspectj.apache.bcel.classfile.Signature.SimpleClassTypeSignature;
import org.aspectj.apache.bcel.util.SyntheticRepository;
-import sun.reflect.generics.scope.MethodScope;
-
import junit.framework.TestCase;
public class GenericSignatureParserTest extends TestCase {