This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9715509  Need as coercion here
9715509 is described below

commit 97155095ae1fa3c01d611d03ef305c9c868a2b9c
Author: Harbs <ha...@in-tools.com>
AuthorDate: Thu Nov 23 18:30:25 2017 +0200

    Need as coercion here
---
 .../src/main/royale/org/apache/royale/textLayout/edit/EditManager.as | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/edit/EditManager.as
 
b/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/edit/EditManager.as
index ec697cf..e4e4bc5 100644
--- 
a/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/edit/EditManager.as
+++ 
b/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/edit/EditManager.as
@@ -672,7 +672,10 @@ package org.apache.royale.textLayout.edit
                        if (operation)                  // don't finalize if 
operation was cancelled
                                finalizeDo(operation);
                }
-
+               
+               /**
+                * @royaleemitcoercion 
org.apache.royale.textLayout.operations.FlowOperation
+                */
                private function finalizeDo(op:FlowOperation):void
                {
                        // Handle operation if we're in a 
beginCompositeOperation/endCompositeOperation context

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <commits@royale.apache.org>'].

Reply via email to