Skip to content

Commit

Permalink
Remove @VisibleForTesting annotation from ParameterFile.PARAMETER_FILE.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553203456
Change-Id: I80d8e48a4919e3349171d61db28b41573fa114f6
  • Loading branch information
Googler authored and copybara-github committed Aug 2, 2023
1 parent 4aaa734 commit 40df528
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import static java.nio.charset.StandardCharsets.ISO_8859_1;
import static java.nio.charset.StandardCharsets.UTF_8;

import com.google.common.annotations.VisibleForTesting;
import com.google.common.collect.ImmutableList;
import com.google.devtools.build.lib.unsafe.StringUnsafe;
import com.google.devtools.build.lib.util.FileType;
Expand Down Expand Up @@ -75,7 +74,6 @@ public enum ParameterFileType {
GCC_QUOTED
}

@VisibleForTesting
public static final FileType PARAMETER_FILE = FileType.of(".params");

/**
Expand Down

0 comments on commit 40df528

Please sign in to comment.