mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Fix compilation.
This commit is contained in:
parent
3f2b343a06
commit
84fcad2688
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user