From d2fd0638c309113ccae3731a58e30419f522269a Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Fri, 24 Jul 2009 01:00:35 +0000 Subject: Down-integrate some code from an internal branch. (More to come.) --- java/src/main/java/com/google/protobuf/CodedOutputStream.java | 1 - 1 file changed, 1 deletion(-) (limited to 'java/src') diff --git a/java/src/main/java/com/google/protobuf/CodedOutputStream.java b/java/src/main/java/com/google/protobuf/CodedOutputStream.java index e8be8611..69c22d89 100644 --- a/java/src/main/java/com/google/protobuf/CodedOutputStream.java +++ b/java/src/main/java/com/google/protobuf/CodedOutputStream.java @@ -808,7 +808,6 @@ public final class CodedOutputStream { * field of arbitrary type, excluding tag, to the stream. * * @param type The field's type. - * @param number The field's number. * @param value Object representing the field's value. Must be of the exact * type which would be returned by * {@link Message#getField(Descriptors.FieldDescriptor)} for -- cgit v1.2.3