File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace NHibernate.Dialect
23
23
/// </listheader>
24
24
/// <item>
25
25
/// <term>connection.driver_class</term>
26
- /// <description><see cref="NHibernate.Driver.FirebirdDriver " /></description>
26
+ /// <description><see cref="NHibernate.Driver.FirebirdClientDriver " /></description>
27
27
/// </item>
28
28
/// </list>
29
29
/// </remarks>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace NHibernate.Driver
7
7
public class FirebirdClientDriver : ReflectionBasedDriver
8
8
{
9
9
/// <summary>
10
- /// Initializes a new instance of the <see cref="FirebirdDriver "/> class.
10
+ /// Initializes a new instance of the <see cref="FirebirdClientDriver "/> class.
11
11
/// </summary>
12
12
/// <exception cref="HibernateException">
13
13
/// Thrown when the <c>FirebirdSql.Data.Firebird</c> assembly can not be loaded.
You can’t perform that action at this time.
0 commit comments