Skip to content

Commit

Permalink
Merge pull request #1615 from HubSpot/add-visibility-to-getChildren-c…
Browse files Browse the repository at this point in the history
…alls

Add visibility around getChildren() calls.
  • Loading branch information
baconmania authored Sep 20, 2017
2 parents 5419a91 + 5aa0509 commit e1de8b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ protected boolean exists(String path) {
}

protected List<String> getChildren(String root) {
LOG.trace("Preparing to call getChildren() on {}", root);
final long start = System.currentTimeMillis();
int numChildren = 0;

Expand Down

0 comments on commit e1de8b5

Please sign in to comment.