copy-o
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/51df3c64 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/51df3c64 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/51df3c64 Branch: refs/heads/develop Commit: 51df3c64e7b34cf38ea2eea1704a3e6379002555 Parents: de38e38 Author: Alex Harui <[email protected]> Authored: Sun Jun 21 21:31:39 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Mon Jun 22 06:06:08 2015 -0700 ---------------------------------------------------------------------- .../org/apache/flex/compiler/internal/graph/GoogDepsWriter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/51df3c64/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java ---------------------------------------------------------------------- diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java index bac500a..14e9b72 100644 --- a/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java +++ b/compiler.jx/src/org/apache/flex/compiler/internal/graph/GoogDepsWriter.java @@ -96,7 +96,7 @@ public class GoogDepsWriter { buildDB(); dps = sort(mainName); } - String outString = "// generated by FalconJS" + "\n"; + String outString = "// generated by FalconJX" + "\n"; int n = dps.size(); for (int i = n - 1; i >= 0; i--) {
