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

fix mistake of guava Table #109

parent 8ba2da14
......@@ -123,7 +123,7 @@ public class Site {
* @return get cookies
*/
public Map<String,Map<String, String>> getAllCookies() {
return cookies.columnMap();
return cookies.rowMap();
}
/**
......
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