summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/DateHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/DateHelper.java')
-rw-r--r--qadevOOo/runner/graphical/DateHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/DateHelper.java b/qadevOOo/runner/graphical/DateHelper.java
index 1e12d16834a8..1d1ecd9c37f4 100644
--- a/qadevOOo/runner/graphical/DateHelper.java
+++ b/qadevOOo/runner/graphical/DateHelper.java
@@ -35,7 +35,7 @@ public class DateHelper
return getDateString("[yyyy/MM/dd HH:mm:ss]");
}
- public static String getDateString(String _sFormat)
+ private static String getDateString(String _sFormat)
{
GregorianCalendar aCalendar = new GregorianCalendar();
StringBuffer aBuf = new StringBuffer();