Skip to content

Commit

Permalink
[INLONG-9102][Agent] Add file utils
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwwhuang committed Oct 25, 2023
1 parent 3bfb6da commit 755dba0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
* for (File f : Files.find("src/java/").recursive(noSvnDir)) { ... }
* </code></pre>
*
* @author Florian Maul
*/
public class FileFinder implements Iterable<File> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* Implements an {@link Iterator<File>} that runs the recursive search that has been defined by the
* {@link FileFinder} builder object.
*
* @author Florian Maul
*/
public class FileFinderIterator implements Iterator<File> {

Expand Down

0 comments on commit 755dba0

Please sign in to comment.