Repository: flex-falcon
Updated Branches:
  refs/heads/develop aedd91b4e -> 0d54651db


- Removed a comment


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

Branch: refs/heads/develop
Commit: 0d54651dbfc69bbcaec1190810fe5b449491422e
Parents: aedd91b
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Wed Apr 27 15:37:24 2016 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Wed Apr 27 15:37:24 2016 +0200

----------------------------------------------------------------------
 debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/0d54651d/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
----------------------------------------------------------------------
diff --git a/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java 
b/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
index d8d2623..e60f728 100644
--- a/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
+++ b/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
@@ -492,7 +492,6 @@ public class DebugCLI implements Runnable, SourceLocator {
                                        m_isIde = true;
                                } else if (arg.equals("-lang")) //$NON-NLS-1$
                                {
-                                       // TODO: either raise the java version 
to 7 or refactor the code to be valid on java 6
                                        if (i + 1 < args.length)
                                                
getLocalizationManager().setLocale(LocaleUtility.langToLocale(args[++i]));
 

Reply via email to