Skip to content

Commit 2257cf1

Browse files
author
Michael Hallett
committed
one more warn as error fix
1 parent d0a0c7c commit 2257cf1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.nuget/RestSharp.Build.dll

0 Bytes
Binary file not shown.

.nuget/Signed/RestSharp.Build.dll

0 Bytes
Binary file not shown.

RestSharp/Compression/ZLib/GZipStream.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,14 @@ public string FileName
188188
}
189189
}
190190

191-
/// <summary>
192-
/// The last modified time for the GZIP stream.
193-
/// </summary>
194-
///
195-
/// <remarks> GZIP allows the storage of a last modified time with each GZIP entry.
196-
/// When compressing data, you can set this before the first call to Write(). When
197-
/// decompressing, you can retrieve this value any time after the first call to
198-
/// Read(). </remarks>
191+
// / <summary>
192+
// / The last modified time for the GZIP stream.
193+
// / </summary>
194+
// /
195+
// / <remarks> GZIP allows the storage of a last modified time with each GZIP entry.
196+
// / When compressing data, you can set this before the first call to Write(). When
197+
// / decompressing, you can retrieve this value any time after the first call to
198+
// / Read(). </remarks>
199199
//public DateTime? LastModified;
200200

201201
/// <summary>

0 commit comments

Comments
 (0)