Kaydet (Commit) 77162432 authored tarafından Noel Grandin's avatar Noel Grandin

java: remove some comment noise

Change-Id: I51118fecf9de27407b4c5a66cd6577574939e001
üst c199b76d
......@@ -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
*/
......
......@@ -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;
......
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment