Skip to content

Commit

Permalink
Add visibility around getChildren() calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
baconmania committed Sep 5, 2017
1 parent ec20e2b commit 8c71d42
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.debug("Preparing to call getChildren() on {}", root);
final long start = System.currentTimeMillis();
int numChildren = 0;

Expand Down

0 comments on commit 8c71d42

Please sign in to comment.