Update comment to say that Modified is for internal use only.

This commit is contained in:
Chris Emerson 2018-02-12 23:09:07 +00:00
parent 807f29206a
commit 2a3caa7f57

View File

@ -176,7 +176,7 @@ configuration_option_enum! { WriteMode:
Plain,
// Outputs a checkstyle XML file.
Checkstyle,
// Output the changed lines
// Output the changed lines (for internal value only)
Modified,
}