diff --git a/Model/GBMethodData.m b/Model/GBMethodData.m index 8e9d7f6b..d8ed25aa 100644 --- a/Model/GBMethodData.m +++ b/Model/GBMethodData.m @@ -74,7 +74,6 @@ + (id)propertyDataWithAttributes:(NSArray *)attributes components:(NSArray *)com nextComponentIsPropertyName = YES; } else if ([component isEqualToString:@"id"]) { [results addObject:component]; - nextComponentIsPropertyName = YES; } else if ([component isMatchedByRegex:@"^[_a-zA-Z][_a-zA-Z0-9]$"]) { if (results.count == 0 || inProtocolsList) { [results addObject:component];