From a5c349b8a1ec1cdfde396c42812e83c81aa31cb3 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 21 Sep 2014 15:10:58 -0700 Subject: Removing comment. --- src/com/p4square/f1oauth/Attribute.java | 27 --------------------------- 1 file changed, 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 */ 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; -- cgit v1.2.3