Added default cache flag constant.

This commit is contained in:
Erik C. Thauvin 2003-10-10 03:08:50 +00:00
parent 6bc978fdac
commit dc090ca764

View file

@ -55,6 +55,11 @@ import java.net.URLEncoder;
*/
public class GoogleSearchBean
{
/**
* The default cache flag.
*/
public static final boolean DEFAULT_CACHE = true;
/**
* The default related-queries filter.
*/