[Title] applied sonar
authorGun Kim <gune.kim@samsung.com>
Thu, 18 Apr 2013 01:49:28 +0000 (10:49 +0900)
committerGun Kim <gune.kim@samsung.com>
Thu, 18 Apr 2013 01:51:08 +0000 (10:51 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I12a20c7a9fdbc83456e10739db7004df1d389c5a

org.tizen.common.sdblib/src/org/tizen/sdblib/Device.java

index 86ec094..d79a51e 100644 (file)
@@ -180,13 +180,13 @@ final class Device implements IDevice {
             if ( stdInput != null ) {
                 try {
                     stdInput.close();
-                } catch (Exception e) {
+                } catch (IOException e) {
                 }
             }
             if ( stdError != null ) {
                 try {
                     stdError.close();
-                } catch (Exception e) {
+                } catch (IOException e) {
                 }
             }
             if (receiver != null)