We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3e997 commit 877136cCopy full SHA for 877136c
src/NHibernate/Driver/DB2400Driver.cs
@@ -8,7 +8,7 @@ namespace NHibernate.Driver
8
public class DB2400Driver : ReflectionBasedDriver
9
{
10
/// <summary>
11
- /// Initializes a new instance of the <see cref="DB2Driver"/> class.
+ /// Initializes a new instance of the <see cref="DB2400Driver"/> class.
12
/// </summary>
13
/// <exception cref="HibernateException">
14
/// Thrown when the <c>IBM.Data.DB2.iSeries</c> assembly can not be loaded.
@@ -40,4 +40,4 @@ public override bool SupportsMultipleOpenReaders
40
get { return false; }
41
}
42
43
-}
+}
0 commit comments