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 d0d0472007 ignore coercion
d0d0472007 is described below
commit d0d0472007eba10e757cdf98629cb839ceff4be1
Author: Harbs <[email protected]>
AuthorDate: Wed Mar 4 13:57:39 2026 +0200
ignore coercion
---
.../Style/src/main/royale/org/apache/royale/style/StyleSkin.as | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/StyleSkin.as
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/StyleSkin.as
index ca4db191b2..2628d5b8ac 100644
---
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/StyleSkin.as
+++
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/StyleSkin.as
@@ -41,6 +41,9 @@ package org.apache.royale.style
{
super();
}
+ /**
+ * @royaleignorecoercion org.apache.royale.style.IStyleUIBase
+ */
override public function set strand(value:IStrand):void
{
super.strand = value;