From 790e6afb72ed4ad952d9c74e73ae53a01443fe97 Mon Sep 17 00:00:00 2001 From: Jos Hickson Date: Sun, 10 Jul 2016 21:31:35 +0100 Subject: [PATCH] Fixed out-of-date documentation for CodedInputStream.ReadEnum. (#1581) --- csharp/src/Google.Protobuf/CodedInputStream.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/csharp/src/Google.Protobuf/CodedInputStream.cs b/csharp/src/Google.Protobuf/CodedInputStream.cs index ce6856d624..072e2e17c9 100644 --- a/csharp/src/Google.Protobuf/CodedInputStream.cs +++ b/csharp/src/Google.Protobuf/CodedInputStream.cs @@ -612,9 +612,7 @@ namespace Google.Protobuf } /// - /// Reads an enum field value from the stream. If the enum is valid for type T, - /// then the ref value is set and it returns true. Otherwise the unknown output - /// value is set and this method returns false. + /// Reads an enum field value from the stream. /// public int ReadEnum() {