aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.report.test/src/org/jacoco/report/internal/html/SessionsPageTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.report.test/src/org/jacoco/report/internal/html/SessionsPageTest.java')
-rw-r--r--org.jacoco.report.test/src/org/jacoco/report/internal/html/SessionsPageTest.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.jacoco.report.test/src/org/jacoco/report/internal/html/SessionsPageTest.java b/org.jacoco.report.test/src/org/jacoco/report/internal/html/SessionsPageTest.java
index b14fb14e..3fad3e4a 100644
--- a/org.jacoco.report.test/src/org/jacoco/report/internal/html/SessionsPageTest.java
+++ b/org.jacoco.report.test/src/org/jacoco/report/internal/html/SessionsPageTest.java
@@ -26,9 +26,6 @@ import org.jacoco.report.ILanguageNames;
import org.jacoco.report.JavaNames;
import org.jacoco.report.MemoryMultiReportOutput;
import org.jacoco.report.ReportOutputFolder;
-import org.jacoco.report.internal.html.HTMLElement;
-import org.jacoco.report.internal.html.IHTMLReportContext;
-import org.jacoco.report.internal.html.ILinkable;
import org.jacoco.report.internal.html.index.ElementIndex;
import org.jacoco.report.internal.html.index.IIndexUpdate;
import org.jacoco.report.internal.html.resources.Resources;
@@ -41,9 +38,6 @@ import org.w3c.dom.Document;
/**
* Unit tests for {@link SessionsPage}.
- *
- * @author Marc R. Hoffmann
- * @version $qualified.bundle.version$
*/
public class SessionsPageTest {