diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-01-05 21:39:05 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-01-05 21:39:06 +0000 |
commit | 1fe99a819cba0437a520b0786625cff32702265f (patch) | |
tree | d725e14675f64fdc3350c0695861c8cd69b980a7 | |
parent | 33bd8a97b35bf841cf09be58e6446dd31b64a361 (diff) | |
parent | 5c14ebbbfa349a9f6de7313109bb9ebce1576933 (diff) |
Merge "Use half-width quotes in code example."
-rwxr-xr-x | docs/html/google/play/billing/billing_integrate.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/google/play/billing/billing_integrate.jd b/docs/html/google/play/billing/billing_integrate.jd index 5d6b3a8f2e3f..1f1939c8e82d 100755 --- a/docs/html/google/play/billing/billing_integrate.jd +++ b/docs/html/google/play/billing/billing_integrate.jd @@ -294,7 +294,7 @@ ArrayList<String> skuList = new ArrayList<String> (); skuList.add("premiumUpgrade"); skuList.add("gas"); Bundle querySkus = new Bundle(); -querySkus.putStringArrayList(“ITEM_ID_LIST”, skuList); +querySkus.putStringArrayList("ITEM_ID_LIST", skuList); </pre> <p> |