Skip to content

Commit

Permalink
Add TODO for parent mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Dec 11, 2018
1 parent dedbae2 commit 5406939
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ public List<XMLObject> getOrderedChildren() {
return null;
}

//TODO: refactor mappings so we're also able persist and use non-null parent which happens to be used in some code paths
//where we use open saml API (re-filtering, for example)
@Transient
private transient XMLObject parent;
@Nullable
Expand Down

0 comments on commit 5406939

Please sign in to comment.