From c830ea5b5d7e51277e42a956b015d073131b8344 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 24 Sep 2003 22:57:04 +0000 Subject: [PATCH] Fixed javadoc. --- .../src/net/thauvin/google/GoogleSearchBean.java | 9 +++++++-- google-taglib/src/net/thauvin/google/TagUtility.java | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/google-taglib/src/net/thauvin/google/GoogleSearchBean.java b/google-taglib/src/net/thauvin/google/GoogleSearchBean.java index a08785d..447f08a 100644 --- a/google-taglib/src/net/thauvin/google/GoogleSearchBean.java +++ b/google-taglib/src/net/thauvin/google/GoogleSearchBean.java @@ -365,10 +365,15 @@ public class GoogleSearchBean * encoding scheme of the current ODP category. * "relatedQuery"Returns the related query * string, suitable for use as a {@link #getGoogleSearch(String) search} - * query string. + * query string.
For example: + * related:www.example.com/search?q=vacation%20hawaii * "cachedQuery"Returns the cached query * string, suitable for use as a {@link #getCachedPage(String) cached} query - * string. + * string.
For example: www.example.com/search?q=vacation%20hawaii + * + * "staticQuery"The static query, suitable for + * display.
For example: www.example.com/search?q=vacation hawaii + * * * * @param index The element index. diff --git a/google-taglib/src/net/thauvin/google/TagUtility.java b/google-taglib/src/net/thauvin/google/TagUtility.java index 2203e35..bb6a87a 100644 --- a/google-taglib/src/net/thauvin/google/TagUtility.java +++ b/google-taglib/src/net/thauvin/google/TagUtility.java @@ -267,7 +267,7 @@ public class TagUtility /** * Builds a HTML reference link: *

- * For example: body. + * For example: <a href="url" class="css" style="style" target="target">body</a>. * * @param url The reference URL. * @param body The link body text.