Skip to content

Commit

Permalink
Removed body property from CBLAttachment per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin committed Apr 14, 2015
1 parent ed0fc74 commit 79ada94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Source/API/CBLAttachment.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ - (instancetype) _initWithContentType: (NSString*)contentType
}


@synthesize revision=_rev, name=_name, body = _body, metadata=_metadata;
@synthesize revision=_rev, name=_name, metadata=_metadata;


- (NSString *)description
Expand Down
1 change: 0 additions & 1 deletion Source/API/CouchbaseLitePrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
intoDatabase: (CBLDatabase*)database __attribute__((nonnull(2)));
@property (readwrite, copy) NSString* name;
@property (readwrite, retain) CBLRevision* revision;
@property (readonly) id body;
@end


Expand Down

0 comments on commit 79ada94

Please sign in to comment.