Fixed class description.
This commit is contained in:
parent
5a09f28aa8
commit
920d13c324
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ package net.thauvin.erik;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The <code>Robots</code> class contains a method used to identify a user-agent against a list of known search engines
|
* The <code>Robots</code> class contains a method used to identify a user-agent against a list of known search engines
|
||||||
* crawlers, spiders and robots. spiders and crawlers.
|
* crawlers, spiders and robots.
|
||||||
*
|
*
|
||||||
* @author <a href="mailto:erik@thauvin.net">Erik C. Thauvin</a>
|
* @author <a href="mailto:erik@thauvin.net">Erik C. Thauvin</a>
|
||||||
* @version $Revision$, $Date$
|
* @version $Revision$, $Date$
|
||||||
|
@ -112,7 +112,7 @@ public class Robots
|
||||||
*
|
*
|
||||||
* @param userAgent The userAgent.
|
* @param userAgent The userAgent.
|
||||||
*
|
*
|
||||||
* @return <code>true</code> if the user agent is a robot, <code>false</code> otherwise.
|
* @return <code>true</code> if the user-agent is a robot, <code>false</code> otherwise.
|
||||||
*/
|
*/
|
||||||
public static boolean isRobot(String userAgent)
|
public static boolean isRobot(String userAgent)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue