this has been done
authorChuck Hagenbuch <chuck@horde.org>
Sat, 6 Jun 2009 13:30:46 +0000 (09:30 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 7 Jun 2009 18:56:47 +0000 (14:56 -0400)
framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php

index 96bf783..6ee13e0 100644 (file)
@@ -107,10 +107,6 @@ class Horde_Date_Parser_Locale_Base
         }
     }
 
-    /**
-     * @TODO this should be an instance method of one of the base classes, and
-     * should already known the locale
-     */
     public function componentFactory($component, $args = null)
     {
         $locale = isset($this->args['locale']) ? $this->args['locale'] : null;