Skip to content

Commit

Permalink
Clarify comment added in [].
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=86689743
  • Loading branch information
lberki authored and hanwen committed Feb 19, 2015
1 parent 063b1bc commit 8af211f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ public final class TopLevelArtifactHelper {
/***
* The set of artifacts to build.
*
* <p>There are two kinds: the ones that the user cares about and the ones she doesn't. The
* latter type doesn't get reported on various outputs, e.g. on the console output listing the
* output artifacts of targets on the command line.
* <p>There are two kinds: the ones that the user cares about (e.g. files to build) and the ones
* she doesn't (e.g. baseline coverage artifacts). The latter type doesn't get reported on various
* outputs, e.g. on the console output listing the output artifacts of targets on the command
* line.
*/
@Immutable
public static final class ArtifactsToBuild {
Expand Down

0 comments on commit 8af211f

Please sign in to comment.