Fix compilation.

This commit is contained in:
Paulo Gustavo Veiga 2012-09-09 19:04:34 -03:00
parent 3f2b343a06
commit 84fcad2688

View File

@ -121,7 +121,7 @@ public class UserAgent implements Serializable {
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)"
this.product = Product.WEB_CRAWLER;