Skip to content

Commit

Permalink
one more warn as error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hallett committed Aug 16, 2015
1 parent d0a0c7c commit 2257cf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified .nuget/RestSharp.Build.dll
Binary file not shown.
Binary file modified .nuget/Signed/RestSharp.Build.dll
Binary file not shown.
16 changes: 8 additions & 8 deletions RestSharp/Compression/ZLib/GZipStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@ public string FileName
}
}

/// <summary>
/// The last modified time for the GZIP stream.
/// </summary>
///
/// <remarks> GZIP allows the storage of a last modified time with each GZIP entry.
/// When compressing data, you can set this before the first call to Write(). When
/// decompressing, you can retrieve this value any time after the first call to
/// Read(). </remarks>
// / <summary>
// / The last modified time for the GZIP stream.
// / </summary>
// /
// / <remarks> GZIP allows the storage of a last modified time with each GZIP entry.
// / When compressing data, you can set this before the first call to Write(). When
// / decompressing, you can retrieve this value any time after the first call to
// / Read(). </remarks>
//public DateTime? LastModified;

/// <summary>
Expand Down

0 comments on commit 2257cf1

Please sign in to comment.