Skip to content

Commit ae54d3c

Browse files
committed
Unseal class, temporarily, just for @mdaigle
1 parent 2894c10 commit ae54d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlConnectionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
namespace Microsoft.Data.SqlClient
2424
{
2525
// @TODO: Facade pattern (interface, use interface, add constructor overloads for providing non-default interface, reseal)
26-
internal sealed class SqlConnectionFactory
26+
internal class SqlConnectionFactory
2727
{
2828
#region Member Variables
2929

0 commit comments

Comments
 (0)