Fix cache setter from setcache() to setCache()

This commit is contained in:
hns 2003-10-09 15:24:21 +00:00
parent 3a12fe94ef
commit 1b5cbfd822

View file

@ -182,7 +182,7 @@ public class ResponseBean implements Serializable {
*
* @param cache ...
*/
public void setcache(boolean cache) {
public void setCache(boolean cache) {
res.cache = cache;
}