Revision: 29086
          http://sourceforge.net/p/bibdesk/svn/29086
Author:   hofman
Date:     2025-03-01 17:14:14 +0000 (Sat, 01 Mar 2025)
Log Message:
-----------
input can be null

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

Modified: trunk/bibdesk/BDSKWebParser.h
===================================================================
--- trunk/bibdesk/BDSKWebParser.h       2025-03-01 17:04:17 UTC (rev 29085)
+++ trunk/bibdesk/BDSKWebParser.h       2025-03-01 17:14:14 UTC (rev 29086)
@@ -102,7 +102,7 @@
 @property (class, nonatomic, readonly) BDSKParserFeature feature;
 
 // convenience method to return items from a bibtex string
-- (nullable NSArray *)itemsFromBibTeXString:(NSString *)bibtexString 
error:(NSError **)outError;
+- (nullable NSArray *)itemsFromBibTeXString:(nullable NSString *)bibtexString 
error:(NSError **)outError;
 
 @end
 

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to