[jposee commit] r44 - trunk/opt/eecore3/src/org/jpos/ee

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 6, 2007, 2:45:17 PM8/6/07
to jpos-c...@groups.google.com
Author: arevilla
Date: Mon Aug 6 11:44:56 2007
New Revision: 44

Modified:
trunk/opt/eecore3/src/org/jpos/ee/SystemDate.java

Log:
oops -- offset is static


Modified: trunk/opt/eecore3/src/org/jpos/ee/SystemDate.java
==============================================================================
--- trunk/opt/eecore3/src/org/jpos/ee/SystemDate.java (original)
+++ trunk/opt/eecore3/src/org/jpos/ee/SystemDate.java Mon Aug 6 11:44:56 2007
@@ -21,7 +21,7 @@
return offset;
}
public static void resetOffset() {
- this.offset = 0L;
+ offset = 0L;
}
public static long currentTimeMillis() {
return System.currentTimeMillis() + offset;

Reply all
Reply to author
Forward
0 new messages