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

improve copmments

Change-Id: Ib55ec2f787177829a85a121afb1d3dff2ee7ab1f
üst ac5954d7
...@@ -43,10 +43,10 @@ public class Runner ...@@ -43,10 +43,10 @@ public class Runner
{ {
return m_nStartTime; return m_nStartTime;
} }
/*
simple helper functions to start/stop a timer, to know how long a process need in milliseconds
*/
/**
* simple helper functions to start/stop a timer, to know how long a process need in milliseconds
*/
private static long getTime() private static long getTime()
{ {
return System.currentTimeMillis(); return System.currentTimeMillis();
...@@ -57,8 +57,8 @@ public class Runner ...@@ -57,8 +57,8 @@ public class Runner
m_nStartTime = _nStartTime; m_nStartTime = _nStartTime;
} }
/* /**
return the time, which is done until last startTime() * @return the time, which is done until last startTime()
*/ */
private static long meanTime(long _nCurrentTimer) private static long meanTime(long _nCurrentTimer)
{ {
...@@ -86,7 +86,7 @@ public class Runner ...@@ -86,7 +86,7 @@ public class Runner
} }
/** /**
Helper to check if there are problems with Cygwin Path variables. * Helper to check if there are problems with Cygwin Path variables.
*/ */
private static boolean checkVariableForCygwin(String _sVariable) private static boolean checkVariableForCygwin(String _sVariable)
{ {
......
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