Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If you check `paths.exists()` first, then there's no benefit to calling `getPath(id)`: it always just returns `paths.get(id)`. It's more effective to let `getPath()` perform all of its checks.
- Loading branch information