Skip to content

Commit

Permalink
Fixed isSecondaryIdentifier in rOCD.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 27, 2016
1 parent a89b23e commit cd50180
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -674,11 +674,6 @@ public boolean isRuntimeSchema() {
return originalObjectClassDefinition.isRuntimeSchema();
}

@Override
public boolean isSecondaryIdentifier(QName attrName) {
return originalObjectClassDefinition.isSecondaryIdentifier(attrName);
}

@NotNull
@Override
public List<String> getIgnoredNamespaces() {
Expand Down

0 comments on commit cd50180

Please sign in to comment.