Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-09-11 20:40:16 +0000
committermkersten2005-09-11 20:40:16 +0000
commit96011c1cc5c810f2d19d01ace81166509972e6f5 (patch)
tree5582d0ad3e4d4233e1d8b539a48096d63230deda
parent7bbe17ae2e7153f5b695f09535599b48eb87903b (diff)
downloadorg.eclipse.mylyn-96011c1cc5c810f2d19d01ace81166509972e6f5.tar.gz
org.eclipse.mylyn-96011c1cc5c810f2d19d01ace81166509972e6f5.tar.xz
org.eclipse.mylyn-96011c1cc5c810f2d19d01ace81166509972e6f5.zip
Improved error interest sorting infrastructureR_0_3_8R_0_3_7
-rw-r--r--org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java b/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java
index c54aff02..9dba7f54 100644
--- a/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java
+++ b/org.eclipse.mylyn.tests/src/org/eclipse/mylyn/tests/AllTests.java
@@ -8,9 +8,7 @@
* Contributors:
* University Of British Columbia - initial API and implementation
*******************************************************************************/
-/*
- * Created on Jun 10, 2005
- */
+
package org.eclipse.mylar.tests;
import junit.framework.Test;
@@ -21,6 +19,9 @@ import org.eclipse.mylar.java.tests.AllJavaTests;
import org.eclipse.mylar.tasklist.tests.AllTasklistTests;
import org.eclipse.mylar.xml.tests.AllXmlTests;
+/**
+ * @author Mik Kersten
+ */
public class AllTests {
public static Test suite() {

Back to the top