Skip to content

Commit

Permalink
[7.1.0] Call out that TreeArtifactVisitor.visit is called in a nondet…
Browse files Browse the repository at this point in the history
…erministic order. (#21377)

PiperOrigin-RevId: 607649229
Change-Id: I7c3cc7f750bbba1c90d1b3e033ca9b7493f401f8
  • Loading branch information
tjgq authored Feb 16, 2024
1 parent ec8db91 commit f3359d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,8 @@ public String toString() {
@FunctionalInterface
public interface TreeArtifactVisitor {
/**
* Called for every directory entry encountered during tree traversal.
* Called for every directory entry encountered during tree traversal, in a nondeterministic
* order.
*
* <p>Symlinks are not followed during traversal and are simply reported as {@link
* Dirent.Type#SYMLINK} regardless of whether they point to a file, directory, or are dangling.
Expand Down

0 comments on commit f3359d8

Please sign in to comment.