You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by gr...@apache.org on 2009/05/24 01:12:55 UTC

svn commit: r778062 - /incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php

Author: grobmeier
Date: Sat May 23 23:12:54 2009
New Revision: 778062

URL: http://svn.apache.org/viewvc?rev=778062&view=rev
Log:
removed obsolete comment

Modified:
    incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php

Modified: incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php?rev=778062&r1=778061&r2=778062&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php (original)
+++ incubator/log4php/trunk/src/main/php/LoggerReflectionUtils.php Sat May 23 23:12:54 2009
@@ -141,7 +141,6 @@
      * @param mixed $value
      */
     function setter(&$object, $name, $value) {
-    	// TODO: check if this can be replaced with LoggerReflectionUtils
         if (empty($name)) {
             return false;
         }