merge IOS-2543

1.1.250
Dirk Zimmermann 2020-11-25 11:21:38 +01:00
commit f9caeaaa3c
2 changed files with 2 additions and 2 deletions

View File

@ -374,7 +374,7 @@
for the specified key,
@param theKey The key for which the value will be set.
*/
- (void) setParameter: (id _Nonnull) theParameter forKey: (NSString * _Nonnull) theKey;
- (void) setParameter: (NSString * _Nullable) theParameter forKey: (NSString * _Nonnull) theKey;
/*!
@method allHeaders

View File

@ -710,7 +710,7 @@ static int currentPartVersion = 2;
return [_parameters objectForKey: theKey];
}
- (void) setParameter: (id) theParameter forKey: (NSString *) theKey
- (void) setParameter: (NSString *) theParameter forKey: (NSString *) theKey
{
if (theParameter)
{