Skip to content

Commit 9aa6b3f

Browse files
eclipse-mylyn-botakurtakov
authored andcommitted
Perform clean code of mylyn.context/org.eclipse.mylyn.cdt.tests
1 parent 080e545 commit 9aa6b3f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

mylyn.context/org.eclipse.mylyn.cdt.tests/src/org/eclipse/mylyn/cdt/tests/AllCdtTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2011 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation

mylyn.context/org.eclipse.mylyn.cdt.tests/src/org/eclipse/mylyn/cdt/tests/CdtStructureBridgeTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2011, 2013 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -43,7 +43,7 @@ protected void setUp() throws Exception {
4343
importedProject = ResourcesPlugin.getWorkspace().getRoot().getProject("TestProject");
4444
ImportOperation importOperation = new ImportOperation(importedProject.getFullPath(),
4545
new File("data/TestProject/"), new FileSystemStructureProvider(), file -> IOverwriteQuery.ALL);
46-
46+
4747
importOperation.run(null);
4848
}
4949

mylyn.context/org.eclipse.mylyn.cdt.tests/src/org/eclipse/mylyn/cdt/tests/support/AbstractCdtContextTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2011 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation

mylyn.context/org.eclipse.mylyn.cdt.tests/src/org/eclipse/mylyn/cdt/tests/support/CdtProject.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2011 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation

0 commit comments

Comments
 (0)