summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/runner/convwatch/PerformanceContainer.java2
-rw-r--r--qadevOOo/runner/convwatch/SimpleFileSemaphore.java2
-rw-r--r--qadevOOo/runner/graphical/PerformanceContainer.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/convwatch/PerformanceContainer.java b/qadevOOo/runner/convwatch/PerformanceContainer.java
index 81cbb9511e3c..0590ef37fc23 100644
--- a/qadevOOo/runner/convwatch/PerformanceContainer.java
+++ b/qadevOOo/runner/convwatch/PerformanceContainer.java
@@ -22,7 +22,7 @@ import java.io.File;
import java.io.FileWriter;
import java.io.RandomAccessFile;
-public class PerformanceContainer /* extends *//* implements */ {
+public class PerformanceContainer {
/*
simple helper functions to start/stop a timer, to know how long a process need in milliseconds
*/
diff --git a/qadevOOo/runner/convwatch/SimpleFileSemaphore.java b/qadevOOo/runner/convwatch/SimpleFileSemaphore.java
index 7f1864f6293b..0fd9882604c2 100644
--- a/qadevOOo/runner/convwatch/SimpleFileSemaphore.java
+++ b/qadevOOo/runner/convwatch/SimpleFileSemaphore.java
@@ -22,7 +22,7 @@ import java.io.File;
import java.io.RandomAccessFile;
import helper.OSHelper;
-public class SimpleFileSemaphore /* extends *//* implements */
+public class SimpleFileSemaphore
{
String m_sInternSemaphoreFile;
File m_aInternSemaphoreFile;
diff --git a/qadevOOo/runner/graphical/PerformanceContainer.java b/qadevOOo/runner/graphical/PerformanceContainer.java
index abb5eb91b245..5812f59d7f71 100644
--- a/qadevOOo/runner/graphical/PerformanceContainer.java
+++ b/qadevOOo/runner/graphical/PerformanceContainer.java
@@ -23,7 +23,7 @@ import java.io.PrintStream;
import java.io.RandomAccessFile;
-public class PerformanceContainer /* extends *//* implements */ {
+public class PerformanceContainer {
/*
simple helper functions to start/stop a timer, to know how long a process need in milliseconds
*/