Author: fanningpj
Date: Tue Nov 19 18:57:18 2024
New Revision: 1921960
URL: http://svn.apache.org/viewvc?rev=1921960&view=rev
Log:
add XmlBeansLogManager
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/logging/XmlBeansLogManager.java
Modified:
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/logging/XmlBeansLogManager.java
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/logging/XmlBeansLogManager.java?rev=1921960&r1=1921959&r2=1921960&view=diff
==============================================================================
---
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/logging/XmlBeansLogManager.java
(original)
+++
xmlbeans/trunk/src/main/java/org/apache/xmlbeans/impl/logging/XmlBeansLogManager.java
Tue Nov 19 18:57:18 2024
@@ -30,7 +30,7 @@ public final class XmlBeansLogManager {
// Sleep time in milliseconds (10 minutes)
private static final long SLEEP_TIME = 10 * 60 * 1000;
- private static long LAST_TIME = System.currentTimeMillis();
+ private static long LAST_TIME = 0;
private XmlBeansLogManager() {
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]