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:
srowen 2012-11-20 06:48:39 +00:00
parent 703ce0d8e4
commit 42dcca3ccf

View file

@ -29,6 +29,14 @@ import java.net.URLEncoder;
import java.util.regex.Matcher;
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 {
private static final Pattern[] PRODUCT_NAME_PRICE_PATTERNS = {