summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-05 11:07:01 +0200
committerNoel Grandin <noel@peralex.com>2014-12-05 11:15:59 +0200
commit7716243236a047932240de275ecac17b149b88a9 (patch)
treefe97f0139d52cd34d471853b6f464d720f245f28 /qadevOOo
parentc199b76d882619bf9c4169631bc265e5bd2ca7fe (diff)
java: remove some comment noise
Change-Id: I51118fecf9de27407b4c5a66cd6577574939e001
Diffstat (limited to 'qadevOOo')
-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
*/