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 27d0e22  Validator needs to be a Strand to enable PAYG
27d0e22 is described below

commit 27d0e2296eb11b842fe1d3e517cec12cd3e5520e
Author: Harbs <[email protected]>
AuthorDate: Sun Oct 1 04:04:20 2017 +0300

    Validator needs to be a Strand to enable PAYG
---
 .../Core/src/main/flex/org/apache/flex/utils/validation/Validator.as   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/validation/Validator.as
 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/validation/Validator.as
index e137a6c..cbaec2d 100644
--- 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/validation/Validator.as
+++ 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/validation/Validator.as
@@ -23,6 +23,7 @@ package org.apache.flex.utils.validation
     import org.apache.flex.events.Event;
     import org.apache.flex.events.EventDispatcher;
     import org.apache.flex.core.IDocument;
+    import org.apache.flex.core.Strand;
     import org.apache.flex.events.IEventDispatcher;
 
     //--------------------------------------
@@ -95,7 +96,7 @@ package org.apache.flex.utils.validation
      *  @playerversion AIR 1.1
      *  @productversion Flex 3
      */
-    public class Validator extends EventDispatcher implements 
IDocument,IValidator
+    public class Validator extends Strand implements IDocument,IValidator
     {
 
         
//--------------------------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to