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 c8dcad8  fix typo in doc comments
c8dcad8 is described below

commit c8dcad83b5071a3ac53b5afb00c45d5c588545e8
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Nov 24 10:00:13 2021 -0800

    fix typo in doc comments
---
 .../java/org/apache/royale/compiler/problems/CDataNotClosedProblem.java | 2 +-
 .../org/apache/royale/compiler/problems/CommentNotClosedProblem.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/compiler/src/main/java/org/apache/royale/compiler/problems/CDataNotClosedProblem.java
 
b/compiler/src/main/java/org/apache/royale/compiler/problems/CDataNotClosedProblem.java
index 16b0fe1..855223a 100644
--- 
a/compiler/src/main/java/org/apache/royale/compiler/problems/CDataNotClosedProblem.java
+++ 
b/compiler/src/main/java/org/apache/royale/compiler/problems/CDataNotClosedProblem.java
@@ -23,7 +23,7 @@ import org.apache.royale.compiler.common.ISourceLocation;
 import org.apache.royale.compiler.problems.annotations.ProblemClassification;
 
 /**
- * Syntax error: input ended before ASDoc is closed.
+ * Syntax error: input ended before CDATA is closed.
  */
 @ProblemClassification(CompilerProblemClassification.SYNTAX_ERROR)
 public final class CDataNotClosedProblem extends ParserProblem
diff --git 
a/compiler/src/main/java/org/apache/royale/compiler/problems/CommentNotClosedProblem.java
 
b/compiler/src/main/java/org/apache/royale/compiler/problems/CommentNotClosedProblem.java
index 884644e..f293138 100644
--- 
a/compiler/src/main/java/org/apache/royale/compiler/problems/CommentNotClosedProblem.java
+++ 
b/compiler/src/main/java/org/apache/royale/compiler/problems/CommentNotClosedProblem.java
@@ -23,7 +23,7 @@ import org.apache.royale.compiler.common.ISourceLocation;
 import org.apache.royale.compiler.problems.annotations.ProblemClassification;
 
 /**
- * Syntax error: input ended before ASDoc is closed.
+ * Syntax error: input ended before comment is closed.
  */
 @ProblemClassification(CompilerProblemClassification.SYNTAX_ERROR)
 public final class CommentNotClosedProblem extends ParserProblem

Reply via email to