summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/PerformanceContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/PerformanceContainer.java')
-rw-r--r--qadevOOo/runner/convwatch/PerformanceContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/PerformanceContainer.java b/qadevOOo/runner/convwatch/PerformanceContainer.java
index 0590ef37fc23..2f32bdeaeb06 100644
--- a/qadevOOo/runner/convwatch/PerformanceContainer.java
+++ b/qadevOOo/runner/convwatch/PerformanceContainer.java
@@ -26,7 +26,7 @@ public class PerformanceContainer {
/*
simple helper functions to start/stop a timer, to know how long a process need in milliseconds
*/
- public long getStartTime()
+ private long getStartTime()
{
return System.currentTimeMillis();
}