Skip to content

Commit

Permalink
update navigation logger
Browse files Browse the repository at this point in the history
  • Loading branch information
foolishchow committed Aug 2, 2021
1 parent 11687bd commit 5b8a3b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public void addField(Element element) {
, element);
return;
}
if (modifiers.contains(Modifier.PUBLIC)) {
printInfo("the modifier of the field is public, this will expose context info"
, element);
}
//if (modifiers.contains(Modifier.PUBLIC)) {
// printInfo("the modifier of the field is public, this will expose context info"
// , element);
//}

mElements.add(element);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ public void addElement(Element element) {
, element);
return;
}
if (modifiers.contains(Modifier.PUBLIC)) {
printInfo("the modifier of the field is public, this will expose context info"
, element);
}
//if (modifiers.contains(Modifier.PUBLIC)) {
// printInfo("the modifier of the field is public, this will expose context info"
// , element);
//}

mElements.add(element);
}
Expand Down

0 comments on commit 5b8a3b5

Please sign in to comment.