Repository: struts
Updated Branches:
  refs/heads/master 81718c62b -> 5678ff74b


Uses proper class as converter

Closes #155


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/5678ff74
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/5678ff74
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/5678ff74

Branch: refs/heads/master
Commit: 5678ff74b38b904accf0dae5f8bb27d9a2e51690
Parents: 81718c6
Author: Lukasz Lenart <[email protected]>
Authored: Thu Aug 3 09:04:25 2017 +0200
Committer: Lukasz Lenart <[email protected]>
Committed: Thu Aug 3 09:04:25 2017 +0200

----------------------------------------------------------------------
 .../validation/FieldValidatorsExampleAction-conversion.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/5678ff74/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-conversion.properties
----------------------------------------------------------------------
diff --git 
a/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-conversion.properties
 
b/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-conversion.properties
index 2f970dc..92859c7 100644
--- 
a/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-conversion.properties
+++ 
b/apps/showcase/src/main/resources/org/apache/struts2/showcase/validation/FieldValidatorsExampleAction-conversion.properties
@@ -1 +1 @@
-dateValidatorField=java.util.Date
\ No newline at end of file
+dateValidatorField=org.apache.struts2.showcase.chat.DateConverter

Reply via email to