mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Warn about using Google product results
git-svn-id: https://zxing.googlecode.com/svn/trunk@2523 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
703ce0d8e4
commit
42dcca3ccf
|
@ -29,6 +29,14 @@ import java.net.URLEncoder;
|
||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* <p>Retrieves product information from Google Product search.</p>
|
||||||
|
*
|
||||||
|
* <p><strong>Please do not reuse this code.</strong> Using results in this way requires permission
|
||||||
|
* from Google, and that is not granted to users via this project.</p>
|
||||||
|
*
|
||||||
|
* @author Sean Owen
|
||||||
|
*/
|
||||||
final class ProductResultInfoRetriever extends SupplementalInfoRetriever {
|
final class ProductResultInfoRetriever extends SupplementalInfoRetriever {
|
||||||
|
|
||||||
private static final Pattern[] PRODUCT_NAME_PRICE_PATTERNS = {
|
private static final Pattern[] PRODUCT_NAME_PRICE_PATTERNS = {
|
||||||
|
|
Loading…
Reference in a new issue