diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 16:38:15 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-14 10:59:48 +0200 |
commit | 537ff23149510312e90a0fad866c215b5df9699b (patch) | |
tree | 3fa26ba8d9acd9d44869217e6549272b71a94a27 /qadevOOo/runner/org/openoffice | |
parent | ac5954d7c540f34702033d7d951d1d16cb96730a (diff) |
improve copmments
Change-Id: Ib55ec2f787177829a85a121afb1d3dff2ee7ab1f
Diffstat (limited to 'qadevOOo/runner/org/openoffice')
-rw-r--r-- | qadevOOo/runner/org/openoffice/Runner.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/runner/org/openoffice/Runner.java b/qadevOOo/runner/org/openoffice/Runner.java index 5513c0bb17cf..fe3f1b0ec630 100644 --- a/qadevOOo/runner/org/openoffice/Runner.java +++ b/qadevOOo/runner/org/openoffice/Runner.java @@ -43,10 +43,10 @@ public class Runner { 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() { return System.currentTimeMillis(); @@ -57,8 +57,8 @@ public class Runner 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) { @@ -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) { |