No need to change anything. If it aint broke, don't fix it!
On Nov 13, 1:41 pm, Kenton Varda <
ken...@google.com> wrote:
> BTW, you didn't have to rename your .proto file. You could have just used
> the java_outer_classname to make it produce a different class name.
>
> On Thu, Nov 13, 2008 at 11:40 AM, Kenton Varda <
ken...@google.com> wrote:
> > You're using the java_multiple_files option, I take it?
> > The outer class is still necessary to store the file's descriptor and any
> > top-level extension definitions. I suppose the descriptor could be moved
> > into the first class defined in the file but it will take some work and
> > seems like a low priority. I don't think it ever makes sense to put the
> > extensions inside some other class but not all protos have top-level
> > extensions.
>