Fix compilation.
parent
3f2b343a06
commit
84fcad2688
|
@ -121,7 +121,7 @@ public class UserAgent implements Serializable {
|
||||||
|
|
||||||
this.os = parseOS(productDetails);
|
this.os = parseOS(productDetails);
|
||||||
|
|
||||||
if (userAgentHeader.contains("Googlebot") || ) {
|
if (userAgentHeader.contains("Googlebot") ) {
|
||||||
//"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
|
//"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
|
||||||
this.product = Product.WEB_CRAWLER;
|
this.product = Product.WEB_CRAWLER;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue