Fixed javadoc.

This commit is contained in:
Erik C. Thauvin 2003-09-24 22:57:04 +00:00
parent 553295f72d
commit c830ea5b5d
2 changed files with 8 additions and 3 deletions

View file

@ -365,10 +365,15 @@ public class GoogleSearchBean
* encoding scheme of the current ODP category.</td></tr>
* <tr><td><code>"relatedQuery"</code></td><td>Returns the related query
* string, suitable for use as a {@link #getGoogleSearch(String) search}
* query string.</td></tr>
* query string.<br>For example:
* <code>related:www.example.com/search?q=vacation%20hawaii</code></td></tr>
* <tr><td><code>"cachedQuery"</code></td><td>Returns the cached query
* string, suitable for use as a {@link #getCachedPage(String) cached} query
* string.</td></tr>
* string.<br>For example: <code>www.example.com/search?q=vacation%20hawaii</code>
* </td></tr>
* <tr><td><code>"staticQuery"</code></td><td>The static query, suitable for
* display.<br>For example: <code>www.example.com/search?q=vacation hawaii</code>
* </td></tr>
* </table>
*
* @param index The element index.

View file

@ -267,7 +267,7 @@ public class TagUtility
/**
* Builds a HTML reference link:
* <p>
* For example: <code><a href="url" class="css" style="style" target="target">body</a></code>.
* For example: <code>&lt;a href="url" class="css" style="style" target="target"&gt;body&lt;/a&gt;</code>.
*
* @param url The reference URL.
* @param body The link body text.