Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f924a513 authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Fix the documentation of ContentValues.

Bug: 2172562
Change-Id: If7752b937dabc7238723787bb0aa5c348406e28b
parent 089a3854
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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();