In Java code there is a test repeated twice `if (userAgent.indexOf(deviceWinMob) != -1 || userAgent.indexOf(deviceWinMob) != -1 ` Not an issue of course. It is has popped out by SpotBugs in a project
In Java code there is a test repeated twice
if (userAgent.indexOf(deviceWinMob) != -1 || userAgent.indexOf(deviceWinMob) != -1Not an issue of course. It is has popped out by SpotBugs in a project