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

[19/19] git commit: [flex-falcon] - [FalconJS] resolved TODO

[FalconJS] resolved TODO

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 6fd38b4ad9ed7d03844bd985f2902c762a737492
Parents: 28fc6a5
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Apr 19 17:28:46 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Apr 19 17:28:46 2013 +0200

----------------------------------------------------------------------
 .../compiler/internal/codegen/mxml/MXMLWriter.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6fd38b4a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/MXMLWriter.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/MXMLWriter.java b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/MXMLWriter.java
index 925d70d..1d97ea5 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/MXMLWriter.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/mxml/MXMLWriter.java
@@ -71,7 +71,6 @@ public class MXMLWriter extends JSWriter
         }
         catch (IOException e)
         {
-            // TODO Auto-generated catch block
             e.printStackTrace();
         }
     }