Skip to content

Commit 7b9a33f

Browse files
Googlercopybara-github
authored andcommitted
Automatic code cleanup.
PiperOrigin-RevId: 767982356 Change-Id: I373465437810ae7c8e7722af481fe9e738ce284d
1 parent 3375e2a commit 7b9a33f

File tree

1 file changed

+5
-5
lines changed
  • src/main/java/com/google/devtools/build/lib/analysis

1 file changed

+5
-5
lines changed

src/main/java/com/google/devtools/build/lib/analysis/Util.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ public static boolean containsHyphen(PathFragment path) {
7171

7272
// ---------- Implicit dependency extractor
7373

74-
/*
74+
/**
7575
* Given a RuleContext, find all the implicit attribute deps aka deps that weren't explicitly set
7676
* in the build file but are attached behind the scenes to some attribute. This means this
77-
* function does *not* cover deps attached other ways e.g. toolchain-related implicit deps
78-
* (see {@link PostAnalysisQueryEnvironment#targetifyValues} for more info on further implicit
79-
* deps filtering).
80-
* note: nodes that are depended on both implicitly and explicitly are considered explicit.
77+
* function does *not* cover deps attached other ways e.g. toolchain-related implicit deps (see
78+
* {@link PostAnalysisQueryEnvironment#targetifyValues} for more info on further implicit deps
79+
* filtering). note: nodes that are depended on both implicitly and explicitly are considered
80+
* explicit.
8181
*/
8282
public static ImmutableSet<ConfiguredTargetKey> findImplicitDeps(RuleContext ruleContext) {
8383
Set<ConfiguredTargetKey> maybeImplicitDeps = CompactHashSet.create();

0 commit comments

Comments
 (0)