Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/annotations')
-rw-r--r--org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/annotations/AnnotatedField.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/annotations/AnnotatedField.java b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/annotations/AnnotatedField.java
index 9261d2fea..e517a42d1 100644
--- a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/annotations/AnnotatedField.java
+++ b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/annotations/AnnotatedField.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010 Mia-Software and others.
+ * Copyright (c) 2010, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
@@ -7,7 +7,7 @@
*
* Contributors:
* Fabien Giquel - initial API and implementation
- *******************************************************************************/
+ *******************************************************************************/
package annotations;
import java.util.List;

Back to the top