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')
-rw-r--r--org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/annotations/AnnotatedField.java4
-rw-r--r--org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/IBug318631.java4
-rw-r--r--org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/RootClass.java4
-rw-r--r--org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Child.java4
-rw-r--r--org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Parent.java4
5 files changed, 10 insertions, 10 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;
diff --git a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/IBug318631.java b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/IBug318631.java
index 2a423c0d6..7a6098773 100644
--- a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/IBug318631.java
+++ b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/IBug318631.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:
* Gabriel Barbier (Mia-Software) - initial API and implementation
- */
+ */
package anonymousclass;
/**
diff --git a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/RootClass.java b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/RootClass.java
index f517f49a2..cec85f55e 100644
--- a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/RootClass.java
+++ b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/anonymousclass/RootClass.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:
* Gabriel Barbier (Mia-Software) - initial API and implementation
- */
+ */
package anonymousclass;
/**
diff --git a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Child.java b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Child.java
index 014e9161c..275a426f5 100644
--- a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Child.java
+++ b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Child.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:
* Gabriel Barbier (Mia-Software) - initial API and implementation
- */
+ */
package supercontructorinvocation;
/**
diff --git a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Parent.java b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Parent.java
index 899680be6..402bdc55f 100644
--- a/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Parent.java
+++ b/org.eclipse.modisco.java.discoverer.tests/workspace/bug318631/src/supercontructorinvocation/Parent.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:
* Gabriel Barbier (Mia-Software) - initial API and implementation
- */
+ */
package supercontructorinvocation;
/**

Back to the top