[Title] Break accessiblity for private
authorBonyong.lee <bonyong.lee@samsung.com>
Mon, 8 Jul 2013 05:54:33 +0000 (14:54 +0900)
committerBonyong.lee <bonyong.lee@samsung.com>
Mon, 8 Jul 2013 05:54:33 +0000 (14:54 +0900)
[Desc.] Access for private field
[Issue] Redmine #9820

org.tizen.common/test/src/org/tizen/common/Shell.java

index acb2fb0..b73f926 100644 (file)
@@ -187,6 +187,7 @@ implements IShell
         {\r
             return ;\r
         }\r
+        field.setAccessible( true );\r
         if ( field.getType().isArray() )\r
         {\r
             Object old = field.get( instance );\r