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/test001/src/duplicateproxy/DuplicateProxy3.java')
-rw-r--r--org.eclipse.modisco.java.discoverer.tests/workspace/test001/src/duplicateproxy/DuplicateProxy3.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.modisco.java.discoverer.tests/workspace/test001/src/duplicateproxy/DuplicateProxy3.java b/org.eclipse.modisco.java.discoverer.tests/workspace/test001/src/duplicateproxy/DuplicateProxy3.java
index 7657dbe28..db3f8c4db 100644
--- a/org.eclipse.modisco.java.discoverer.tests/workspace/test001/src/duplicateproxy/DuplicateProxy3.java
+++ b/org.eclipse.modisco.java.discoverer.tests/workspace/test001/src/duplicateproxy/DuplicateProxy3.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 Mia-Software and others.
+ * Copyright (c) 2009, 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
@@ -8,7 +8,7 @@
* Contributors:
* Gregoire DUPE (Mia-Software)
* Romain Dervaux (Mia-Software)
- *******************************************************************************/
+ *******************************************************************************/
package duplicateproxy;
import java.util.ArrayList;

Back to the top