Author: kwright
Date: Wed Apr 27 19:31:14 2022
New Revision: 1900333

URL: http://svn.apache.org/viewvc?rev=1900333&view=rev
Log:
Pull up commit from trunk

Modified:
    manifoldcf/branches/release-2.22-branch/   (props changed)
    
manifoldcf/branches/release-2.22-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java

Propchange: manifoldcf/branches/release-2.22-branch/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1900330

Modified: 
manifoldcf/branches/release-2.22-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java
URL: 
http://svn.apache.org/viewvc/manifoldcf/branches/release-2.22-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java?rev=1900333&r1=1900332&r2=1900333&view=diff
==============================================================================
--- 
manifoldcf/branches/release-2.22-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java
 (original)
+++ 
manifoldcf/branches/release-2.22-branch/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/system/WorkerThread.java
 Wed Apr 27 19:31:14 2022
@@ -47,7 +47,7 @@ public class WorkerThread extends Thread
   /** Process ID */
   protected final String processID;
   
-  private static final SimpleDateFormat sdf = new 
SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss,SSS");
+  private static final SimpleDateFormat sdf = new 
SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss,SSS", Locale.ROOT);
 
   /** Constructor.
   *@param id is the worker thread id.


Reply via email to