Skip to content

Commit

Permalink
Fix environmental filter
Browse files Browse the repository at this point in the history
  • Loading branch information
manosetro committed Nov 23, 2017
1 parent bde6eb1 commit 0bce67d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ public boolean accept(Item item) {
return false;
}

} catch (Exception e) { }

return true;
} catch (Exception e) {
return false;
}
}

@Override
Expand Down

0 comments on commit 0bce67d

Please sign in to comment.