Commit f49bb877 authored by yihua.huang's avatar yihua.huang

clean some code #109

parent e1aaf1dd
...@@ -126,16 +126,6 @@ public class Site { ...@@ -126,16 +126,6 @@ public class Site {
return cookies.rowMap(); return cookies.rowMap();
} }
/**
* get cookies
*
* @return get cookies
*/
public Table<String,String, String> getaCookies() {
cookies.columnMap();
return cookies;
}
/** /**
* get user agent * get user agent
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment