Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2013-02-03 00:57:25 +0000
committerSergey Prigogin2013-02-03 01:01:20 +0000
commit2a96dbfc19fcf2fa7678df67edf1bcda6aa18dfd (patch)
tree64cb4c2db94d31d2121060d5f2049ac5193e3e7d /core/org.eclipse.cdt.core.tests/suite
parent6f24a6820bb686b42d24be88eea93de6bc610c11 (diff)
downloadorg.eclipse.cdt-2a96dbfc19fcf2fa7678df67edf1bcda6aa18dfd.tar.gz
org.eclipse.cdt-2a96dbfc19fcf2fa7678df67edf1bcda6aa18dfd.tar.xz
org.eclipse.cdt-2a96dbfc19fcf2fa7678df67edf1bcda6aa18dfd.zip
Cosmetics.
Diffstat (limited to 'core/org.eclipse.cdt.core.tests/suite')
-rw-r--r--core/org.eclipse.cdt.core.tests/suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/org.eclipse.cdt.core.tests/suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java b/core/org.eclipse.cdt.core.tests/suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java
index d458b04a10a..251313e5c27 100644
--- a/core/org.eclipse.cdt.core.tests/suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java
+++ b/core/org.eclipse.cdt.core.tests/suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java
@@ -1,14 +1,14 @@
/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
- * 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
- * http://www.eclipse.org/legal/epl-v10.html
+ * Copyright (c) 2005, 2010 IBM Corporation and others.
+ * 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
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * Contributors:
- * IBM Corporation - initial API and implementation
- * Markus Schorn (Wind River Systems)
- * Norbert Ploett (Siemens AG)
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ * Markus Schorn (Wind River Systems)
+ * Norbert Ploett (Siemens AG)
*******************************************************************************/
package org.eclipse.cdt.core.suite;

Back to the top