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/39b63cf7
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/39b63cf7
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/39b63cf7

Branch: refs/heads/develop
Commit: 39b63cf79c7eb651891d4bed74d043cb3711c5df
Parents: 27b6d98
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Sun May 31 19:47:38 2015 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Sun May 31 19:47:38 2015 +0200

----------------------------------------------------------------------
 .../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/39b63cf7/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--)
                {

Reply via email to