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 2014/08/06 12:12:00 UTC

[2/2] git commit: [flex-falcon] [refs/heads/develop] - An override needs an @Override ; -)

An override needs an @Override ;-)

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

Branch: refs/heads/develop
Commit: b79ede7c91edf87a7bd67bfd6dc3f804b908f00e
Parents: 69c863d
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue Aug 5 15:10:22 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Aug 5 15:10:22 2014 +0200

----------------------------------------------------------------------
 .../compiler/internal/driver/js/vf2js/JSVF2JSConfiguration.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/b79ede7c/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/vf2js/JSVF2JSConfiguration.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/vf2js/JSVF2JSConfiguration.java b/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/vf2js/JSVF2JSConfiguration.java
index b98fb37..ae620f7 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/vf2js/JSVF2JSConfiguration.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/driver/js/vf2js/JSVF2JSConfiguration.java
@@ -65,6 +65,7 @@ public class JSVF2JSConfiguration extends JSGoogConfiguration
     // 'sdk-js-lib'
     //
 
+    @Override
     public List<String> getSDKJSLib()
     {
         if (sdkJSLib.size() == 0)