Skip to content

Commit

Permalink
fix method name (Daij-Djan#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
anivaros committed Dec 6, 2018
1 parent 0a8e8ca commit 937698e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/XSDschema.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ - (id) initWithNode:(NSXMLElement*)node targetNamespacePrefix:(NSString*)prefix
}
return nil;
}
XSDschema *xsd = [[self.class alloc] initWithUrl:url targetNamespacePrefix:prefix targetNamespacePostfix:postfix error:error];
XSDschema *xsd = [[self.class alloc] initWithUrl:url targetNamespacePrefix:prefix error:error];
if(!xsd) {
return nil;
}
Expand Down

0 comments on commit 937698e

Please sign in to comment.