Skip to content

Commit

Permalink
Make ToolchainInfo final to prevent future subclassing.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 365031059
  • Loading branch information
katre authored and copybara-github committed Mar 25, 2021
1 parent 30041cc commit ed6ea5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* additional fields to Starlark code. Also, these are not disjoint.
*/
@Immutable
public class ToolchainInfo extends NativeInfo implements ToolchainInfoApi {
public final class ToolchainInfo extends NativeInfo implements ToolchainInfoApi {

/** Name used in Starlark for accessing this provider. */
public static final String STARLARK_NAME = "ToolchainInfo";
Expand Down

0 comments on commit ed6ea5e

Please sign in to comment.