Issue #1164862 by barbi: Fixed DatabaseTaskException has @class near top and shouldn't.

merge-requests/26/head
webchick 2011-06-01 01:19:14 -07:00
parent fee105fb52
commit 3297727dc1
1 changed files with 1 additions and 1 deletions

View File

@ -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 { class DatabaseTaskException extends Exception {
} }