Skip to content

Commit f111505

Browse files
committed
Make Adler32 class internal.
1 parent 06f1252 commit f111505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySqlConnector/Utilities/Adler32.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace MySqlConnector.Utilities
2121
/// Calculates the 32 bit Adler checksum of a given buffer according to
2222
/// RFC 1950. ZLIB Compressed Data Format Specification version 3.3)
2323
/// </summary>
24-
public static class Adler32
24+
internal static class Adler32
2525
{
2626
/// <summary>
2727
/// The default initial seed value of a Adler32 checksum calculation.

0 commit comments

Comments
 (0)