This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new 0c4b77107 ASC: fix comment that said the opposite of what it meant
0c4b77107 is described below
commit 0c4b77107440b2fbe83532b35cc0c66c6f5ba5ac
Author: Josh Tynjala <[email protected]>
AuthorDate: Fri Feb 27 11:20:07 2026 -0800
ASC: fix comment that said the opposite of what it meant
---
compiler/src/main/java/org/apache/royale/compiler/clients/ASC.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/src/main/java/org/apache/royale/compiler/clients/ASC.java
b/compiler/src/main/java/org/apache/royale/compiler/clients/ASC.java
index 83e154f44..cb3e9ee3e 100644
--- a/compiler/src/main/java/org/apache/royale/compiler/clients/ASC.java
+++ b/compiler/src/main/java/org/apache/royale/compiler/clients/ASC.java
@@ -460,14 +460,14 @@ public class ASC
@Override
public boolean getMxmlChildrenAsData()
{
- // Not used because ASC does handle MXML.
+ // Not used because ASC does not handle MXML.
return false;
}
@Override
public boolean getInfoFlex()
{
- // Not used because ASC does handle MXML.
+ // Not used because ASC does not handle MXML.
return false;
}