We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce44560 commit 8428bfbCopy full SHA for 8428bfb
ObjectiveGit/GTOID.h
@@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
16
@interface GTOID : NSObject <NSCopying>
17
18
/// The SHA pointed to by the OID.
19
-@property (nonatomic, readonly, copy, nullable) NSString *SHA;
+@property (nonatomic, readonly, copy) NSString *SHA;
20
21
/// Is the OID all zero? This usually indicates that the object has not been
22
/// inserted into the ODB yet.
0 commit comments