You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by go...@apache.org on 2013/04/19 04:59:00 UTC

git commit: [flex-falcon] - This should have been part of the last commit.

Updated Branches:
  refs/heads/develop 488313cc1 -> 93434fed6


This should have been part of the last commit.

Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/93434fed
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/93434fed
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/93434fed

Branch: refs/heads/develop
Commit: 93434fed6b1740fc196bb4052f8420c6ed4b9ad7
Parents: 488313c
Author: Gordon Smith <go...@apache.org>
Authored: Thu Apr 18 19:58:58 2013 -0700
Committer: Gordon Smith <go...@apache.org>
Committed: Thu Apr 18 19:58:58 2013 -0700

----------------------------------------------------------------------
 .../flex/compiler/parsing/MXMLTokenTypes.java      |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/93434fed/compiler/src/org/apache/flex/compiler/parsing/MXMLTokenTypes.java
----------------------------------------------------------------------
diff --git a/compiler/src/org/apache/flex/compiler/parsing/MXMLTokenTypes.java b/compiler/src/org/apache/flex/compiler/parsing/MXMLTokenTypes.java
index ca8246b..c87a4f8 100644
--- a/compiler/src/org/apache/flex/compiler/parsing/MXMLTokenTypes.java
+++ b/compiler/src/org/apache/flex/compiler/parsing/MXMLTokenTypes.java
@@ -117,6 +117,11 @@ public interface MXMLTokenTypes
      * This type of MXML token represents character data that appears between tags.
      * <p>
      * Example: {@code Hello, World}
+     * <p>
+     * It may contain leading, trailing, or internal whitespace
+     * but it will not be entirely whitespace.
+     * It may also contain XML entities but will not contain
+     * CDATA blocks, comments, or processing instructions.
      */
     public static final int TOKEN_TEXT = 12;