edits property

List<SourceFileEdit> edits
final

The edit(s) to be applied in order to format the code. The list will be empty if none of the files were formatted, whether because they were not eligible to be formatted or because they were already formatted.

Implementation

final List<SourceFileEdit> edits;