Hi, I'm using protobuf 2.6.1 and I've got a problem using a message with a 
simple repeated string:

message Foo {
.....
repeated string bar = 3;
}

When I build the message (build() method), I receive NoSuchMethod 
exception. Any tips?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to