aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw/TestMain.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ltw/TestMain.java')
-rw-r--r--tests/ltw/TestMain.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/ltw/TestMain.java b/tests/ltw/TestMain.java
index b55e94332..548890340 100644
--- a/tests/ltw/TestMain.java
+++ b/tests/ltw/TestMain.java
@@ -1,11 +1,11 @@
/*******************************************************************************
* Copyright (c) 2005 Contributors.
- * 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://eclipse.org/legal/epl-v10.html
- *
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v 2.0
+ * which accompanies this distribution and is available at
+ * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
+ *
* Contributors:
* Matthew Webster initial implementation
*******************************************************************************/
@@ -13,7 +13,7 @@ import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
public class TestMain {
-
+
public static void main (String[] args) throws Exception {
Main.main(args);
}