185186187188189190191
public boolean isCellEditable(int row, int column) { return false; } public TagConflictResolveCommand buildResolveCommand(Conflict<? extends OsmPrimitive> conflict) { return new TagConflictResolveCommand(conflict, tagMergeItems); }