Revision: 28369
http://sourceforge.net/p/bibdesk/svn/28369
Author: hofman
Date: 2023-09-23 09:25:22 +0000 (Sat, 23 Sep 2023)
Log Message:
-----------
rename local variables
Modified Paths:
--------------
trunk/bibdesk/BibItem+Scripting.m
Modified: trunk/bibdesk/BibItem+Scripting.m
===================================================================
--- trunk/bibdesk/BibItem+Scripting.m 2023-09-22 21:53:47 UTC (rev 28368)
+++ trunk/bibdesk/BibItem+Scripting.m 2023-09-23 09:25:22 UTC (rev 28369)
@@ -252,8 +252,8 @@
}
- (NSString *) month {
- NSString *month = [self valueOfField:BDSKMonthString];
- return month ?: @"";
+ NSString *monthString = [self valueOfField:BDSKMonthString];
+ return monthString ?: @"";
}
- (void) setMonth:(NSString*) newMonth {
@@ -268,8 +268,8 @@
}
- (NSString *) year {
- NSString *year = [self valueOfField:BDSKYearString];
- return year ?: @"";
+ NSString *yearString = [self valueOfField:BDSKYearString];
+ return yearString ?: @"";
}
- (void) setYear:(NSString*) newYear {
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