Skip to content

Commit

Permalink
Simplify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Sep 19, 2024
1 parent 0b9fab0 commit a4cc4fd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ public record RepoOverride(String overridingRepoName, boolean mustExist, Locatio
* Contains information about overrides that apply to repos generated by this extension. Keyed by
* the extension-local repo name.
*
* <p>This is only non-empty for root module usages and repos that override other repos are not
* themselves overridden, so overrides do need to be applied recursively.
* <p>This is only non-empty for root module usages.
*/
public abstract ImmutableMap<String, RepoOverride> getRepoOverrides();

Expand Down

0 comments on commit a4cc4fd

Please sign in to comment.