Fix cache setter from setcache() to setCache()
This commit is contained in:
parent
3a12fe94ef
commit
1b5cbfd822
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ public class ResponseBean implements Serializable {
|
||||||
*
|
*
|
||||||
* @param cache ...
|
* @param cache ...
|
||||||
*/
|
*/
|
||||||
public void setcache(boolean cache) {
|
public void setCache(boolean cache) {
|
||||||
res.cache = cache;
|
res.cache = cache;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue