We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f79f7 commit ffe6f95Copy full SHA for ffe6f95
src/ICSharpCode.SharpZipLib/BZip2/BZip2Constants.cs
@@ -3,7 +3,7 @@ namespace ICSharpCode.SharpZipLib.BZip2
3
/// <summary>
4
/// Defines internal values for both compression and decompression
5
/// </summary>
6
- internal sealed class BZip2Constants
+ internal static class BZip2Constants
7
{
8
9
/// Random numbers used to randomise repetitive blocks
@@ -113,9 +113,5 @@ internal sealed class BZip2Constants
113
/// Backend constant
114
115
public const int OvershootBytes = 20;
116
-
117
- private BZip2Constants()
118
- {
119
- }
120
}
121
0 commit comments