Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2019-01-14 20:53:59 +0000
committerStephan Herrmann2019-01-14 22:23:47 +0000
commit4138c8369bc6ccf4ed4e4fc23f657248a261d40f (patch)
tree5a0943de2fc609c2249c7ecfe2b30a936476fef8
parentabf93b41f080158cf2a0f2630bf4a409a995f65b (diff)
downloadeclipse.jdt.core-4138c8369bc6ccf4ed4e4fc23f657248a261d40f.tar.gz
eclipse.jdt.core-4138c8369bc6ccf4ed4e4fc23f657248a261d40f.tar.xz
eclipse.jdt.core-4138c8369bc6ccf4ed4e4fc23f657248a261d40f.zip
org.eclipse.jdt.apt.pluggable.tests.FilerTests.testCreateSourceFileWithGenReference fails - revert breaking change from bug 535802 Change-Id: Id6c771403cdaceda5bee128da2a1973502cee0fb Signed-off-by: Stephan Herrmann <stephan.herrmann@berlin.de>
-rw-r--r--org.eclipse.jdt.apt.pluggable.tests/resources/targets/filer02b/Parent02.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/org.eclipse.jdt.apt.pluggable.tests/resources/targets/filer02b/Parent02.java b/org.eclipse.jdt.apt.pluggable.tests/resources/targets/filer02b/Parent02.java
index 829e805213..a4699710ad 100644
--- a/org.eclipse.jdt.apt.pluggable.tests/resources/targets/filer02b/Parent02.java
+++ b/org.eclipse.jdt.apt.pluggable.tests/resources/targets/filer02b/Parent02.java
@@ -1,12 +1,9 @@
/*******************************************************************************
* Copyright (c) 2007 BEA Systems, Inc.
- *
- * This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License 2.0
+ * 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
- * https://www.eclipse.org/legal/epl-2.0/
- *
- * SPDX-License-Identifier: EPL-2.0
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* wharley@bea.com - initial API and implementation

Back to the top