This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch feature/validation
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/validation by this
push:
new 340ec24 Missed commenting this out
340ec24 is described below
commit 340ec24a4a352b10b74ed801bbe647065811bd97
Author: Harbs <[email protected]>
AuthorDate: Sun Oct 1 03:39:00 2017 +0300
Missed commenting this out
---
.../org/apache/flex/utils/validation/SocialSecurityValidator.as | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/validation/SocialSecurityValidator.as
b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/validation/SocialSecurityValidator.as
index ea62ad3..a8be43e 100644
---
a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/validation/SocialSecurityValidator.as
+++
b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/validation/SocialSecurityValidator.as
@@ -288,10 +288,10 @@ package org.apache.flex.utils.validation
_invalidCharError = value != null ?
value : "You
entered invalid characters in your Social Security number.";
// TODO get from resource bundle
- _invalidCharError = value != null ?
- value :
-
resourceManager.getString(
-
"validators", "invalidCharErrorSSV");
+ // _invalidCharError = value != null ?
+ // value :
+ //
resourceManager.getString(
+ //
"validators", "invalidCharErrorSSV");
}
//----------------------------------
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].