Skip to content

Commit

Permalink
Return inherited DescriptionProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
bstansberry committed Aug 16, 2011
1 parent b8e7368 commit 03e6b55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -259,7 +259,7 @@ DescriptionProvider getOperationDescription(final Iterator<PathElement> iterator
return subregistry.getOperationDescription(iterator, next.getValue(), operationName, inheritance);
} else {
final OperationEntry entry = operationsUpdater.get(this, operationName);
return entry == null ? null : entry.getDescriptionProvider();
return entry == null ? inherited : entry.getDescriptionProvider();
}
}

Expand Down

0 comments on commit 03e6b55

Please sign in to comment.