clean some code #109

master
yihua.huang 2014-04-24 11:38:13 +08:00
parent e1aaf1dd11
commit f49bb877c8
1 changed files with 0 additions and 10 deletions

View File

@ -126,16 +126,6 @@ public class Site {
return cookies.rowMap();
}
/**
* get cookies
*
* @return get cookies
*/
public Table<String,String, String> getaCookies() {
cookies.columnMap();
return cookies;
}
/**
* get user agent
*