fixed comment

This commit is contained in:
tmont 2009-06-30 08:32:50 +00:00
parent 89555b3e15
commit 00ff9f5b61

View File

@ -9,7 +9,8 @@
*/ */
/** /**
* Bootstraps each NowhereConcave package via autoload * Autoload mechanism used for automatically loading classes used by
* the TUnit framework
* *
* @package TUnit * @package TUnit
* @version 1.0 * @version 1.0
@ -27,9 +28,7 @@
* Not instantiable * Not instantiable
* @ignore * @ignore
*/ */
private function __construct() { private function __construct() {}
}
//@codeCoverageIgnoreEnd //@codeCoverageIgnoreEnd
/** /**