Adding access visibility to comment

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5148 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2007-05-21 19:41:20 +00:00
parent d3af5f253b
commit f6f9cd69c4

View file

@ -41,6 +41,7 @@ class Object {
* Log object * Log object
* *
* @var object * @var object
* @access private
*/ */
var $_log = null; var $_log = null;
/** /**