Reformat cache handler code

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9814 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-11-15 09:25:34 +00:00
parent 9b4f219a0c
commit 518a8a2f59

View file

@ -8,7 +8,6 @@
**/
class CacheHandler extends Handler {
var $handler = null;
var $keyGroupVersions = null;
@ -127,4 +126,5 @@
return false;
}
}
?>
/* End of file : CacheHandler.class.php */