Skip to content

Commit

Permalink
Delete stale comment.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 725737504
Change-Id: Ib6b2309ba8ead0b87a5b343ab0d771d56fddfb84
  • Loading branch information
haxorz authored and copybara-github committed Feb 11, 2025
1 parent d5d9385 commit 5b49735
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
/** Strategy for retrieving the version number for paths. */
public interface LongVersionGetter {

/**
* Indicates the item was affected in currently evaluated versions. Outside of tests, it can only
* be returned for changes in current client snapshot.
*/
/** Indicates the item was affected in currently evaluated version. */
long CURRENT_VERSION = Long.MAX_VALUE;

/**
Expand Down

0 comments on commit 5b49735

Please sign in to comment.