Skip to content

Commit

Permalink
Make error of STNetTask nullable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lyn committed Oct 24, 2016
1 parent d7d2683 commit 2a2a93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STNetTaskQueue/STNetTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ typedef void (^STNetTaskSubscriptionBlock)();
/**
Error object which contains error message when net task is failed.
*/
@property (atomic, strong) NSError *error;
@property (nullable, atomic, strong) NSError *error;

/**
Indicates if the net task is waiting for executing or executing.
Expand Down

0 comments on commit 2a2a93e

Please sign in to comment.