Fix the documentation of ContentValues.

Bug: 2172562
Change-Id: If7752b937dabc7238723787bb0aa5c348406e28b
This commit is contained in:
Jeff Hamilton
2010-08-25 10:19:36 -05:00
parent 089a38543f
commit f924a513da

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();