Skip to content

Commit 877136c

Browse files
committed
Fix description of DB2400Driver.
1 parent fd3e997 commit 877136c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/Driver/DB2400Driver.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace NHibernate.Driver
88
public class DB2400Driver : ReflectionBasedDriver
99
{
1010
/// <summary>
11-
/// Initializes a new instance of the <see cref="DB2Driver"/> class.
11+
/// Initializes a new instance of the <see cref="DB2400Driver"/> class.
1212
/// </summary>
1313
/// <exception cref="HibernateException">
1414
/// Thrown when the <c>IBM.Data.DB2.iSeries</c> assembly can not be loaded.
@@ -40,4 +40,4 @@ public override bool SupportsMultipleOpenReaders
4040
get { return false; }
4141
}
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)