From e26e53fe1fd5ab940f48de0632867f38d107ea1b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 15 Dec 2019 12:51:45 -0500 Subject: [PATCH] fix docs --- Bugzilla/DB/Schema.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 23d2cf0625..6e15ef1db7 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -1759,10 +1759,7 @@ sub new { Description: Public constructor method used to instantiate objects of this class. - Parameters: $driver (optional) - Used to specify the type of database. - This routine Cs if no subclass is found for the specified - driver. - $schema (optional) - A reference to a hash. Callers external + Parameters: $schema (optional) - A reference to a hash. Callers external to this package should never use this parameter. Returns: new instance of the Schema class or a database-specific subclass -- 2.47.2