diff options
author | Xin Li <delphij@google.com> | 2017-01-05 11:43:09 -0800 |
---|---|---|
committer | Xin Li <delphij@google.com> | 2017-01-05 11:49:43 -0800 |
commit | 5c14ebbbfa349a9f6de7313109bb9ebce1576933 (patch) | |
tree | d725e14675f64fdc3350c0695861c8cd69b980a7 /docs | |
parent | 33bd8a97b35bf841cf09be58e6446dd31b64a361 (diff) |
Use half-width quotes in code example.
Test: m -j49 -k docs
BUG: 34106216
Change-Id: I366b0bf085ad3fd166b7961301bb8c35da6a7630
Diffstat (limited to 'docs')
-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> |