From 3297727dc1d2a724bae0f1c7dceb9f82e44a954a Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 1 Jun 2011 01:19:14 -0700 Subject: Issue #1164862 by barbi: Fixed DatabaseTaskException has @class near top and shouldn't. --- includes/install.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/install.inc b/includes/install.inc index d22f4f9cb..089cdee8f 100644 --- a/includes/install.inc +++ b/includes/install.inc @@ -570,7 +570,7 @@ abstract class DatabaseTasks { } /** - * @class Exception class used to throw error if the DatabaseInstaller fails. + * Exception thrown if the database installer fails. */ class DatabaseTaskException extends Exception { } -- cgit v1.2.3