File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
parse/src/main/java/com/parse Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ public class ParseObject implements Parcelable {
6767 /*
6868 REST JSON Keys
6969 */
70- private static final String KEY_OBJECT_ID = "objectId" ;
70+ public static final String KEY_OBJECT_ID = "objectId" ;
71+ public static final String KEY_CREATED_AT = "createdAt" ;
72+ public static final String KEY_UPDATED_AT = "updatedAt" ;
7173 private static final String KEY_CLASS_NAME = "className" ;
7274 private static final String KEY_ACL = "ACL" ;
73- private static final String KEY_CREATED_AT = "createdAt" ;
74- private static final String KEY_UPDATED_AT = "updatedAt" ;
7575 /*
7676 Internal JSON Keys - Used to store internal data when persisting {@code ParseObject}s locally.
7777 */
You can’t perform that action at this time.
0 commit comments