From 0020932fcb3aa3f3a4ebc68c48025dfcbe6b4343 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 18 Oct 2003 01:51:29 +0000 Subject: [PATCH] Javadoc fixes. --- google-taglib/src/net/thauvin/google/GoogleSearchBean.java | 4 +++- google-taglib/src/net/thauvin/google/taglibs/Search.java | 2 +- google-taglib/src/net/thauvin/google/taglibs/SearchQuery.java | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/google-taglib/src/net/thauvin/google/GoogleSearchBean.java b/google-taglib/src/net/thauvin/google/GoogleSearchBean.java index 32eb406..f961ded 100644 --- a/google-taglib/src/net/thauvin/google/GoogleSearchBean.java +++ b/google-taglib/src/net/thauvin/google/GoogleSearchBean.java @@ -50,7 +50,7 @@ import java.net.URLEncoder; * * @author Erik C. Thauvin * @created April 25, 2002 - * @version $Revision$ + * @version $Revision$, $Date$ * @since 1.0 */ public class GoogleSearchBean @@ -173,6 +173,7 @@ public class GoogleSearchBean * Sets the search keywords. * * @param keywords The keywords + * @see #getKeywords() */ public final void setKeywords(String keywords) { @@ -183,6 +184,7 @@ public class GoogleSearchBean * Returns the keywords. * * @return The keywords value. + * @see #setKeywords(String) */ public final String getKeywords() { diff --git a/google-taglib/src/net/thauvin/google/taglibs/Search.java b/google-taglib/src/net/thauvin/google/taglibs/Search.java index 8308f26..9a3f9ba 100644 --- a/google-taglib/src/net/thauvin/google/taglibs/Search.java +++ b/google-taglib/src/net/thauvin/google/taglibs/Search.java @@ -158,7 +158,7 @@ public class Search extends QuerySupport } /** - * Sets the (file) type attribute + * Sets the (file) type attribute. * * @param type The new attribute value. * @since 1.0.1 diff --git a/google-taglib/src/net/thauvin/google/taglibs/SearchQuery.java b/google-taglib/src/net/thauvin/google/taglibs/SearchQuery.java index 776b4d8..01c7137 100644 --- a/google-taglib/src/net/thauvin/google/taglibs/SearchQuery.java +++ b/google-taglib/src/net/thauvin/google/taglibs/SearchQuery.java @@ -52,7 +52,7 @@ public class SearchQuery extends SearchResultSupport private String type = null; /** - * Sets the type attribute + * Sets the type attribute. * * @param type The new attribute value. * @since 1.0.1