Commit 398a7f52 authored by csharptest's avatar csharptest Committed by rogerk

Removed unnessary parital declaration

parent b73bd168
......@@ -58,7 +58,7 @@ namespace Google.ProtocolBuffers
/// TODO(jonskeet): Consider whether recursion and size limits shouldn't be readonly,
/// set at construction time.
/// </remarks>
public sealed partial class CodedInputStream : ICodedInputStream
public sealed class CodedInputStream : ICodedInputStream
{
private readonly byte[] buffer;
private int bufferSize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment