[Title] Fix bug candidate in static analysis
authorBon-Yong Lee <bonyong.lee@samsung.com>
Sun, 26 Aug 2012 02:14:53 +0000 (11:14 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Sun, 26 Aug 2012 02:14:53 +0000 (11:14 +0900)
[Type]      Enhancement
[Module]    Sub
[Priority]  Minor
[CQ#]       // CQ Issue Number
[Redmine#]  // Redmine Isuue Number
[Problem]   // Problem Description
[Cause]     // Cause Description
[Solution]  // Solution Description
[TestCase]  // Executed the test-target (How to)

org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ee53998..f32fd27
@@ -174,8 +174,10 @@ extends AbstractLauncher
         if (OSChecker.isWindows()) {
             String dllPath = InstallPathConfig.getSdbWinUsbApiPath();
             if (!HostUtil.exists(dllPath))
+            {
                 prompter.notify("There is no " + dllPath + ".\n" +
                         "It's not mandatory but you may have problem in using sdb through USB.");
+            }
         }
     }
     @SuppressWarnings("static-access")