Skip to content

Commit

Permalink
Merge pull request #624 from Uncommon/nullableGTObject
Browse files Browse the repository at this point in the history
GTObject method should be nullable
  • Loading branch information
pietbrauer authored Mar 20, 2017
2 parents ff3bd77 + 6ba2f5d commit e3a95be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectiveGit/GTIndexEntry.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN
/// error - will be filled if an error occurs
///
/// Returns this entry as a GTObject or nil if an error occurred.
- (GTObject *)GTObject:(NSError **)error;
- (nullable GTObject *)GTObject:(NSError **)error;

@end

Expand Down

0 comments on commit e3a95be

Please sign in to comment.