Skip to content

Commit

Permalink
Update src/main/java/com/google/devtools/build/lib/packages/RuleClass…
Browse files Browse the repository at this point in the history
….java

Co-authored-by: Fabian Meumertzheim <[email protected]>
  • Loading branch information
Wyverald and fmeum authored Jan 30, 2024
1 parent d7b576d commit 707a975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ public String toString() {
/** This field and the next are null iff the rule is native. */
@Nullable private Label ruleDefinitionEnvironmentLabel;
@Nullable private byte[] ruleDefinitionEnvironmentDigest = null;
/** This filed is non-null iff the rule is a Starlark repo rule. */
/** This field is non-null iff the rule is a Starlark repo rule. */
@Nullable private ImmutableTable<RepositoryName, String, RepositoryName> ruleDefinitionEnvironmentRepoMappingEntries;
private final ConfigurationFragmentPolicy.Builder configurationFragmentPolicy =
new ConfigurationFragmentPolicy.Builder();
Expand Down

0 comments on commit 707a975

Please sign in to comment.