Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
@@ -59,7 +59,9 @@ public XMLObject filter(@Nullable XMLObject metadata) throws FilterException {
return metadata;
}

/**Overridden to get rid of log statements which result in NPE in the base class with parent being null**/
/**Overridden to get rid of log statements which result in NPE in the base class with parent being null
* TODO: remove this method once the parent mapping in AbstractXmlObject is implemented.
*/
@Override
protected void filterRoleDescriptor(@Nonnull final RoleDescriptor role,
@Nonnull @NonnullElements final Collection<String> formats) {

0 comments on commit 24f4d9a

Please sign in to comment.