Author: adrianc
Date: Thu Apr 26 15:36:55 2012
New Revision: 1330908

URL: http://svn.apache.org/viewvc?rev=1330908&view=rev
Log:
Small fixup for my last commit.

Modified:
    
ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/NowDateToEnv.java

Modified: 
ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/NowDateToEnv.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/NowDateToEnv.java?rev=1330908&r1=1330907&r2=1330908&view=diff
==============================================================================
--- 
ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/NowDateToEnv.java
 (original)
+++ 
ofbiz/trunk/framework/minilang/src/org/ofbiz/minilang/method/entityops/NowDateToEnv.java
 Thu Apr 26 15:36:55 2012
@@ -28,7 +28,7 @@ import org.ofbiz.minilang.method.MethodO
 import org.w3c.dom.Element;
 
 /**
- * Creates a <code>java.sql.Timestamp</code> object that is set to the current 
system time.
+ * Creates a <code>java.sql.Date</code> object that is set to the current 
system time.
  */
 public class NowDateToEnv extends MethodOperation {
 


Reply via email to