Refined javadoc for TYPE_INSTALL constant
authorkh5325.kim <kh5325.kim@samsung.com>
Mon, 11 Mar 2013 12:05:51 +0000 (21:05 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Mon, 11 Mar 2013 12:05:51 +0000 (21:05 +0900)
org.tizen.common/src/org/tizen/common/rds/DeltaResourceInfo.java

index 7cbdffd..5350047 100644 (file)
@@ -40,7 +40,7 @@ public class DeltaResourceInfo {
      */
     public final static String TYPE_DELETE = "delete";
     /**
-     * Type constant which identifies installed status resources.
+     * Type constant which identifies installed status resources. This constant is used for directory installation like {@code manifest.xml}.
      */
     public final static String TYPE_INSTALL = "install";
     private String name;