Skip to content

Commit

Permalink
usage of ErrorProne CheckReturnValue
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinliu authored and ejona86 committed Apr 28, 2022
1 parent f2348b0 commit 40973ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/src/main/java/io/grpc/binder/SecurityPolicies.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
import android.os.Process;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableList;
import com.google.errorprone.annotations.CheckReturnValue;
import io.grpc.ExperimentalApi;
import io.grpc.Status;
import java.util.Arrays;
import java.util.Collection;
import java.util.List;
import javax.annotation.CheckReturnValue;

/** Static factory methods for creating standard security policies. */
@CheckReturnValue
Expand Down

0 comments on commit 40973ae

Please sign in to comment.