diffs property

Map<String, FileDiff> diffs
final

Per-conflict diffs, keyed by path — populated only when the caller asked for them (see DriveManager.conflicts); empty otherwise.

Implementation

final Map<String, FileDiff> diffs;