Skip to content

Commit

Permalink
Address a VisibleForTestingUsed finding
Browse files Browse the repository at this point in the history
this method is being intentionally called from non-test code.

PiperOrigin-RevId: 351893248
  • Loading branch information
cushon authored and Error Prone Team committed Jan 14, 2021
1 parent 0951985 commit 144c760
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.google.errorprone.scanner;

import com.google.common.annotations.VisibleForTesting;
import com.google.common.base.Predicate;
import com.google.common.base.Supplier;
import com.google.common.collect.HashBiMap;
Expand Down Expand Up @@ -103,7 +102,6 @@ public static ScannerSupplier fromScanner(Scanner scanner) {
* Returns a map of check name to {@link BugCheckerInfo} for all {@link BugCheckerInfo}s in this
* {@link ScannerSupplier}, including disabled ones.
*/
@VisibleForTesting
public abstract ImmutableBiMap<String, BugCheckerInfo> getAllChecks();

/**
Expand Down

0 comments on commit 144c760

Please sign in to comment.