Revision: 29850
          http://sourceforge.net/p/bibdesk/svn/29850
Author:   hofman
Date:     2025-11-19 15:37:04 +0000 (Wed, 19 Nov 2025)
Log Message:
-----------
key can be nil

Modified Paths:
--------------
    trunk/bibdesk/BDSKToken.h

Modified: trunk/bibdesk/BDSKToken.h
===================================================================
--- trunk/bibdesk/BDSKToken.h   2025-11-19 15:29:59 UTC (rev 29849)
+++ trunk/bibdesk/BDSKToken.h   2025-11-19 15:37:04 UTC (rev 29850)
@@ -95,7 +95,7 @@
     NSString *key;
 }
 
-@property (nonatomic, strong) NSString *key;
+@property (nonatomic, nullable, strong) NSString *key;
 
 @property (nonatomic, readonly) NSArray *keys;
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to