From 920d13c3243b67c9e05f275b6c3c1856772c466c Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 22 Feb 2006 10:14:14 +0000 Subject: [PATCH] Fixed class description. --- net/thauvin/erik/Robots.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/thauvin/erik/Robots.java b/net/thauvin/erik/Robots.java index d906472..509b885 100644 --- a/net/thauvin/erik/Robots.java +++ b/net/thauvin/erik/Robots.java @@ -13,7 +13,7 @@ package net.thauvin.erik; /** * The Robots 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 Erik C. Thauvin * @version $Revision$, $Date$ @@ -112,7 +112,7 @@ public class Robots * * @param userAgent The userAgent. * - * @return true if the user agent is a robot, false otherwise. + * @return true if the user-agent is a robot, false otherwise. */ public static boolean isRobot(String userAgent) {