Skip to content

Commit

Permalink
Replace TODO with GH Issue #10
Browse files Browse the repository at this point in the history
  • Loading branch information
neiser committed Nov 30, 2020
1 parent 10b009c commit 53aa0d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected void addEntry(T item, Consumer<T> setter, AddEntryParameters options)
entries.add(Entry.of(item, referenceSetterWithIdentifier, options.getOwner()));
}

// TODO make use of this method
// See GH Issue #10
@Nullable
private Object findSetterTarget(Consumer<T> setter) {
Field[] declaredFields = setter.getClass().getDeclaredFields();
Expand Down

0 comments on commit 53aa0d1

Please sign in to comment.