am 5005a6c0: am cdf16787: Merge "Changed SyncOperation.toKey() to not rely on the implementation of Account.toString()" into froyo
Merge commit '5005a6c031b5d66c1b47cad6f0dbaacebcbb6803' into gingerbread-plus-aosp * commit '5005a6c031b5d66c1b47cad6f0dbaacebcbb6803': Changed SyncOperation.toKey() to not rely on the implementation of
This commit is contained in:
@@ -90,7 +90,7 @@ public class SyncOperation implements Comparable {
|
||||
private String toKey() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("authority: ").append(authority);
|
||||
sb.append(" account: ").append(account);
|
||||
sb.append(" account {name=" + account.name + ", type=" + account.type + "}");
|
||||
sb.append(" extras: ");
|
||||
extrasToStringBuilder(extras, sb, true /* asKey */);
|
||||
return sb.toString();
|
||||
|
||||
Reference in New Issue
Block a user