- Fixed: Package.
# Thx to Manuel Pichler for finding this.


git-svn-id: https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk@1022119 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Base/src/exceptions/invalid_callback_class.php b/Base/src/exceptions/invalid_callback_class.php
index 7a2b6a7..fc2445a 100644
--- a/Base/src/exceptions/invalid_callback_class.php
+++ b/Base/src/exceptions/invalid_callback_class.php
@@ -19,7 +19,7 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- * @package Configuration
+ * @package Base
  * @version //autogen//
  * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
  */
@@ -28,7 +28,7 @@
  * Exception that is thrown if an invalid class is passed as callback class for
  * delayed object configuration.
  *
- * @package Configuration
+ * @package Base
  * @version //autogen//
  */
 class ezcBaseInitInvalidCallbackClassException extends ezcBaseException