Fix the documentation of ContentValues.
Bug: 2172562 Change-Id: If7752b937dabc7238723787bb0aa5c348406e28b
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user