Skip to content

Commit ffe6f95

Browse files
committed
1 parent b8f79f7 commit ffe6f95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ICSharpCode.SharpZipLib/BZip2/BZip2Constants.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace ICSharpCode.SharpZipLib.BZip2
33
/// <summary>
44
/// Defines internal values for both compression and decompression
55
/// </summary>
6-
internal sealed class BZip2Constants
6+
internal static class BZip2Constants
77
{
88
/// <summary>
99
/// Random numbers used to randomise repetitive blocks
@@ -113,9 +113,5 @@ internal sealed class BZip2Constants
113113
/// Backend constant
114114
/// </summary>
115115
public const int OvershootBytes = 20;
116-
117-
private BZip2Constants()
118-
{
119-
}
120116
}
121117
}

0 commit comments

Comments
 (0)