diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-09-21 15:10:58 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-09-21 15:10:58 -0700 |
commit | a5c349b8a1ec1cdfde396c42812e83c81aa31cb3 (patch) | |
tree | 9c2bd9bc3812bd324b1c40a0054cc3a7891f3177 /src/com | |
parent | d01b3c8e49251c85cfa9c426064b841233c6c8e4 (diff) |
Removing comment.
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/p4square/f1oauth/Attribute.java | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/com/p4square/f1oauth/Attribute.java b/src/com/p4square/f1oauth/Attribute.java index fa46d90..cc7cfc4 100644 --- a/src/com/p4square/f1oauth/Attribute.java +++ b/src/com/p4square/f1oauth/Attribute.java @@ -12,33 +12,6 @@ import java.util.Date; * @author Jesse Morgan <jesse@jesterpm.net> */ public class Attribute { - /*Attribute - *{ - "attribute": { - "@id": "", - "@uri": "", - "person": { - "@id": "1636208", - "@uri": "https://demo.fellowshiponeapi.com/v1/People/1636208" - }, - "attributeGroup": { - "@id": "", - "@uri": "", - "name": null, - "attribute": { - "@id": "958", - "@uri": "", - "name": null - } - }, - "startDate": null, - "endDate": null, - "comment": null, - "createdDate": null, - "lastUpdatedDate": null - } - */ - private Date mStartDate; private Date mEndDate; private String mComment; |