summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-01-05 21:39:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-05 21:39:06 +0000
commit1fe99a819cba0437a520b0786625cff32702265f (patch)
treed725e14675f64fdc3350c0695861c8cd69b980a7
parent33bd8a97b35bf841cf09be58e6446dd31b64a361 (diff)
parent5c14ebbbfa349a9f6de7313109bb9ebce1576933 (diff)
Merge "Use half-width quotes in code example."
-rwxr-xr-xdocs/html/google/play/billing/billing_integrate.jd2
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&lt;String&gt; skuList = new ArrayList&lt;String&gt; ();
skuList.add("premiumUpgrade");
skuList.add("gas");
Bundle querySkus = new Bundle();
-querySkus.putStringArrayList(“ITEM_ID_LIST”, skuList);
+querySkus.putStringArrayList("ITEM_ID_LIST", skuList);
</pre>
<p>