edits property

List<SourceFileEdit> edits
getter/setter pair

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

List<SourceFileEdit> edits;