Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Dec 11, 2018
1 parent 5406939 commit 24f4d9a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 24f4d9a

Please sign in to comment.