From 7716243236a047932240de275ecac17b149b88a9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 5 Dec 2014 11:07:01 +0200 Subject: java: remove some comment noise Change-Id: I51118fecf9de27407b4c5a66cd6577574939e001 --- qadevOOo/runner/convwatch/PerformanceContainer.java | 2 +- qadevOOo/runner/convwatch/SimpleFileSemaphore.java | 2 +- qadevOOo/runner/graphical/PerformanceContainer.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'qadevOOo') 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 */ -- cgit