Javadoc fixes.

This commit is contained in:
Erik C. Thauvin 2003-10-18 01:51:29 +00:00
parent 7d90e06189
commit 0020932fcb
3 changed files with 5 additions and 3 deletions

View file

@ -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()
{

View file

@ -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

View file

@ -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