Merge "Fix the documentation of ContentValues."
This commit is contained in:
committed by
Android (Google) Code Review
commit
1a2b30cd73
@@ -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