From ad3a3083a91e605edbbfb6c87296e3997bedf41a Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 11 Feb 2010 11:04:53 +0000 Subject: [PATCH] MINOR changed package name of file to be proper one --- code/PostgreSQLDatabaseConfigurationHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/PostgreSQLDatabaseConfigurationHelper.php b/code/PostgreSQLDatabaseConfigurationHelper.php index 155fc46..ba9520f 100644 --- a/code/PostgreSQLDatabaseConfigurationHelper.php +++ b/code/PostgreSQLDatabaseConfigurationHelper.php @@ -5,7 +5,7 @@ * It does all the specific checking for PostgreSQLDatabase * to ensure that the configuration is setup correctly. * - * @package mssql + * @package postgresql */ class PostgreSQLDatabaseConfigurationHelper implements DatabaseConfigurationHelper {