Skip to content

Commit e8a066e

Browse files
aoeuicopybara-github
authored andcommitted
Updates a stale Javadoc link to getValues.
Current link goes to AbstractSkyFunctionEnvironment#getValues which is uncommented. SkyFunction.Environment#getValues contains the relevant information about GroupedList. PiperOrigin-RevId: 407738795
1 parent c2a9395 commit e8a066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/skyframe/SkyFunctionEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class SkyFunctionEnvironment extends AbstractSkyFunctionEnvironment {
123123
* The grouped list of values requested during this build as dependencies. On a subsequent build,
124124
* if this value is dirty, all deps in the same dependency group can be checked in parallel for
125125
* changes. In other words, if dep1 and dep2 are in the same group, then dep1 will be checked in
126-
* parallel with dep2. See {@link #getValues} for more.
126+
* parallel with dep2. See {@link SkyFunction.Environment#getValues} for more.
127127
*/
128128
private final GroupedListHelper<SkyKey> newlyRequestedDeps = new GroupedListHelper<>();
129129

0 commit comments

Comments
 (0)