aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-02-26 10:34:43 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-26 10:34:43 +0000
commit98b8bc1a03c001e4fecaf43df79ac0b82562cc31 (patch)
treeaea6ba81fbda5fe1b43328782aa8dbe12c05d064 /src/main/java/com/google
parentecb643d4fb00c7dc6ba8925ce405ffa71665ac0a (diff)
Documentation of the coverage report generation is updated.
-- MOS_MIGRATED_REVID=87235457
Diffstat (limited to 'src/main/java/com/google')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/test/CoverageReportActionFactory.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/test/CoverageReportActionFactory.java b/src/main/java/com/google/devtools/build/lib/rules/test/CoverageReportActionFactory.java
index 3a1a6137d8..2fd7125e8f 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/test/CoverageReportActionFactory.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/test/CoverageReportActionFactory.java
@@ -60,12 +60,10 @@ public interface CoverageReportActionFactory {
}
/**
- * Returns a CoverageReportActionsWrapper. May return null if
- * it's not necessary to create such Actions based on the input parameters
- * and some other data available to the factory implementation, such as
- * command line arguments.
+ * Returns a CoverageReportActionsWrapper. May return null if it's not necessary to create
+ * such Actions based on the input parameters and some other data available to the factory
+ * implementation, such as command line options.
*/
-
@Nullable
public CoverageReportActionsWrapper createCoverageReportActionsWrapper(
Collection<ConfiguredTarget> targetsToTest,