Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Jan 30, 2017
1 parent ac12b1f commit 38ca424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void apply(CtField<?> field, CtConsumer<Object> outputConsumer) {
}
}
protected void searchForPrivateField(CtField<?> field, CtConsumer<Object> outputConsumer) {
//private field can be referred from the scope of current top level type only
//private field can be referred from the scope of current top level type only and children
field.getTopLevelType()
.filterChildren(null)
.forEach(outputConsumer);
Expand Down

0 comments on commit 38ca424

Please sign in to comment.