Skip to content

Commit

Permalink
Add a @CanIgnoreReturnValue annotation.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 581369498
Change-Id: If877b97cdd2f9cc98c8caca40c1337c8f9b59ade
  • Loading branch information
justinhorvitz authored and copybara-github committed Nov 10, 2023
1 parent ae99f81 commit f906d02
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import com.google.devtools.build.skyframe.NodeEntry.DependencyState;
import com.google.devtools.build.skyframe.NodeEntry.DirtyType;
import com.google.devtools.build.skyframe.QueryableGraph.Reason;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import com.google.testing.junit.testparameterinjector.TestParameter;
import com.google.testing.junit.testparameterinjector.TestParameterInjector;
import java.util.ArrayList;
Expand Down Expand Up @@ -93,6 +94,7 @@ public NodeBatch get(
}
};

@CanIgnoreReturnValue
public abstract NodeBatch get(
ProcessableGraph graph,
@Nullable SkyKey requestor,
Expand Down

0 comments on commit f906d02

Please sign in to comment.