Skip to content

Commit 37fe2d7

Browse files
committed
Make UnixEndPoint internal.
This should not be part of the public API of this library.
1 parent 35044c2 commit 37fe2d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/MySqlConnector/UnixEndPoint.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737

3838
namespace MySql.Data
3939
{
40-
41-
public class UnixEndPoint : EndPoint
40+
internal sealed class UnixEndPoint : EndPoint
4241
{
4342
string filename;
4443

0 commit comments

Comments
 (0)