Author: scottbw
Date: Mon Mar 11 14:30:27 2013
New Revision: 1455161

URL: http://svn.apache.org/r1455161
Log:
Replaced colons with periods in generated file names - thanks to Matthias 
Niederhausen for the patch. See WOOKIE-406

Modified:
    wookie/trunk/src/org/apache/wookie/util/WidgetFileUtils.java

Modified: wookie/trunk/src/org/apache/wookie/util/WidgetFileUtils.java
URL: 
http://svn.apache.org/viewvc/wookie/trunk/src/org/apache/wookie/util/WidgetFileUtils.java?rev=1455161&r1=1455160&r2=1455161&view=diff
==============================================================================
--- wookie/trunk/src/org/apache/wookie/util/WidgetFileUtils.java (original)
+++ wookie/trunk/src/org/apache/wookie/util/WidgetFileUtils.java Mon Mar 11 
14:30:27 2013
@@ -128,7 +128,7 @@ public class WidgetFileUtils {
                // We'll use the current system time to prefix files that
                // overwrite existing files
                //
-               DateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:SZ");
+               DateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH.mm.SZ");
                
                //
                // Create candidate target


Reply via email to