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.