Merge "Fix the documentation of ContentValues."

This commit is contained in:
Jeff Hamilton
2010-08-25 08:23:24 -07:00
committed by Android (Google) Code Review

View File

@@ -497,6 +497,10 @@ public final class ContentValues implements Parcelable {
return (ArrayList<String>) mValues.get(key);
}
/**
* Returns a string containing a concise, human-readable description of this object.
* @return a printable representation of this object.
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();