Commit 703c877 1 parent 89e7bdd commit 703c877 Copy full SHA for 703c877
File tree 2 files changed +2
-2
lines changed
src/ICSharpCode.SharpZipLib/Zip
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1125,7 +1125,7 @@ internal void ProcessExtraData(bool localHeader)
1125
1125
}
1126
1126
}
1127
1127
1128
- private DateTime ? GetDateTime ( ZipExtraData extraData )
1128
+ private static DateTime ? GetDateTime ( ZipExtraData extraData )
1129
1129
{
1130
1130
// Check for NT timestamp
1131
1131
// NOTE: Disable by default to match behavior of InfoZIP
Original file line number Diff line number Diff line change @@ -1911,7 +1911,7 @@ public void AddDirectory(string directoryName)
1911
1911
/// Check if the specified compression method is supported for adding a new entry.
1912
1912
/// </summary>
1913
1913
/// <param name="compressionMethod">The compression method for the new entry.</param>
1914
- private void CheckSupportedCompressionMethod ( CompressionMethod compressionMethod )
1914
+ private static void CheckSupportedCompressionMethod ( CompressionMethod compressionMethod )
1915
1915
{
1916
1916
if ( compressionMethod != CompressionMethod . Deflated && compressionMethod != CompressionMethod . Stored && compressionMethod != CompressionMethod . BZip2 )
1917
1917
{
You can’t perform that action at this time.
0 commit comments