You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/07 08:54:47 UTC

[royale-asjs] branch develop updated: Renamed debug comment

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 64b3e82  Renamed debug comment
64b3e82 is described below

commit 64b3e82468635ec87e973f1e39dbdf547a41ffb0
Author: Harbs <ha...@in-tools.com>
AuthorDate: Fri Sep 7 11:54:38 2018 +0300

    Renamed debug comment
---
 .../Language/src/main/royale/org/apache/royale/utils/Language.as        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Language/src/main/royale/org/apache/royale/utils/Language.as b/frameworks/projects/Language/src/main/royale/org/apache/royale/utils/Language.as
index afccad8..382cdc7 100644
--- a/frameworks/projects/Language/src/main/royale/org/apache/royale/utils/Language.as
+++ b/frameworks/projects/Language/src/main/royale/org/apache/royale/utils/Language.as
@@ -227,7 +227,7 @@ package org.apache.royale.utils
             return isClass(classDef) ? classDef : null;
         }
         /**
-		 * @debug
+		 * @royaledebug
 		 */
 		static public function trace(...rest):void
 		{