You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2015/06/02 14:42:29 UTC

[22/35] git commit: [flex-falcon] [refs/heads/IDEA-FLEX_JS_COMPILER] - Revert "Make comment more distinct"

Revert "Make comment more distinct"

This reverts commit 9b95414ba99eca4bb0401a906414635e240fc2aa.


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

Branch: refs/heads/IDEA-FLEX_JS_COMPILER
Commit: 4fa27aec93d3edc84f8ef39a86784a61ce77187b
Parents: f67b246
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Sun May 31 19:47:38 2015 +0200
Committer: Frédéric THOMAS <we...@gmail.com>
Committed: Tue Jun 2 13:41:04 2015 +0100

----------------------------------------------------------------------
 .../org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4fa27aec/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java b/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java
index ade44c2..4d625d4 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/graph/VF2JSDepsWriter.java
@@ -74,7 +74,7 @@ public class VF2JSDepsWriter {
 	    this.problems = problems;
 		buildDB();
 		ArrayList<GoogDep> dps = sort(mainName);
-		String outString = "// generated by FalconJX (VF2JS)" + "\n";
+		String outString = "// generated by FalconJS" + "\n";
 		int n = dps.size();
 		for (int i = n - 1; i >= 0; i--)
 		{