Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2007-05-29 18:41:51 +0000
committerDani Megert2007-05-29 18:41:51 +0000
commit6ff6484a9e3d0c29b97c4c54ae6e3bfd42641e30 (patch)
treedbd25793db61edad7fc17bbe9b9065c1c1e4dba3 /org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java
parent27df1a5bfbf19fa40d8946c043ad98d2a0fd8393 (diff)
downloadeclipse.jdt.ui-6ff6484a9e3d0c29b97c4c54ae6e3bfd42641e30.tar.gz
eclipse.jdt.ui-6ff6484a9e3d0c29b97c4c54ae6e3bfd42641e30.tar.xz
eclipse.jdt.ui-6ff6484a9e3d0c29b97c4c54ae6e3bfd42641e30.zip
Updated copyright date.v20070530-0010
Diffstat (limited to 'org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java')
-rw-r--r--org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java b/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java
index bba1401b58..c86a63db56 100644
--- a/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java
+++ b/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeRefactoringProcessor.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -1311,4 +1311,4 @@ public abstract class SuperTypeRefactoringProcessor extends RefactoringProcessor
monitor.done();
}
}
-} \ No newline at end of file
+}

Back to the top