summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/SimpleFileSemaphore.java
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/runner/convwatch/SimpleFileSemaphore.java
parentc199b76d882619bf9c4169631bc265e5bd2ca7fe (diff)
java: remove some comment noise
Change-Id: I51118fecf9de27407b4c5a66cd6577574939e001
Diffstat (limited to 'qadevOOo/runner/convwatch/SimpleFileSemaphore.java')
-rw-r--r--qadevOOo/runner/convwatch/SimpleFileSemaphore.java2
1 files changed, 1 insertions, 1 deletions
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;