gerrit/gerrit-common
Shawn Pearce 3169093521 Don't declare parameter of type Iterable<Path>
java.file.nio.Path implements Iterable<Path>, and provides an iterator
over the name elements of the path. Declaring a parameter of type
Iterable<Path> is not recommended as it allows callers to pass either
an Iterable of Paths, or a single Path. Using Collection<Path>
prevents callers from accidentally passing a single Path.

Change-Id: Iade69324698adaac7f2f50e1c97f956397cf11e4
2017-03-17 09:00:22 -07:00
..
src Don't declare parameter of type Iterable<Path> 2017-03-17 09:00:22 -07:00
BUILD Bazel: Reformat build files 2016-12-07 11:33:07 +00:00