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:10 UTC

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

[FalconJX] 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/35850f27
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/35850f27
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/35850f27

Branch: refs/heads/develop
Commit: 35850f271feb24339a69565d169fb4cc9fba37a5
Parents: e00b5af
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Apr 19 17:25:07 2013 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Apr 19 17:25:07 2013 +0200

----------------------------------------------------------------------
 .../codegen/js/flexjs/JSFlexJSDocEmitter.java      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/35850f27/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSDocEmitter.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSDocEmitter.java b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSDocEmitter.java
index b052593..66dab8b 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSDocEmitter.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSDocEmitter.java
@@ -16,6 +16,7 @@
  *  limitations under the License.
  *
  */
+
 package org.apache.flex.compiler.internal.codegen.js.flexjs;
 
 import org.apache.flex.compiler.codegen.js.IJSEmitter;
@@ -41,7 +42,6 @@ public class JSFlexJSDocEmitter extends JSGoogDocEmitter
     public JSFlexJSDocEmitter(IJSEmitter emitter)
     {
         super(emitter);
-        // TODO Auto-generated constructor stub
     }
 
     @Override