We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CURRENT_VERSION
1 parent 0d0c991 commit 35e5284Copy full SHA for 35e5284
src/main/java/com/google/devtools/build/lib/versioning/LongVersionGetter.java
@@ -23,8 +23,6 @@ public interface LongVersionGetter {
23
* Indicates the item was affected in currently evaluated versions. Outside of tests, it can only
24
* be returned for changes in current client snapshot.
25
*/
26
- // TODO(b/151473808): Do not request xattrs for paths without it outside of client snapshots in
27
- // tests. Rename the constant accordingly once we do so.
28
long CURRENT_VERSION = Long.MAX_VALUE;
29
30
/**
0 commit comments