Skip to content

Commit 5642743

Browse files
committed
Make DbTypeExtensions internal
1 parent c0bf3c6 commit 5642743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Util/DbTypeExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace NHibernate.Util
44
{
5-
public static class DbTypeExtensions
5+
internal static class DbTypeExtensions
66
{
77
/// <summary>
88
/// Checks whether the type is a <see cref="DbType.String"/>, <see cref="DbType.AnsiString"/>, <see cref="DbType.StringFixedLength"/> or <see cref="DbType.AnsiStringFixedLength"/>

0 commit comments

Comments
 (0)