Added default cache flag constant.
This commit is contained in:
parent
6bc978fdac
commit
dc090ca764
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue