mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2025-01-10 20:25:12 +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…
x
Reference in New Issue
Block a user