@@ -125,7 +125,7 @@ static class DescriptorProto
125
125
public DescriptorProto [] nested_type ;
126
126
public EnumDescriptorProto [] enum_type ;
127
127
128
- class ExtensionRange
128
+ static class ExtensionRange
129
129
{
130
130
public int start ;
131
131
public int end ;
@@ -135,7 +135,7 @@ class ExtensionRange
135
135
public OneofDescriptorProto [] oneof_decl ;
136
136
public MessageOptions options ;
137
137
138
- class ReservedRange
138
+ static class ReservedRange
139
139
{
140
140
public int start ; // Inclusive.
141
141
public int end ; // Exclusive.
@@ -448,7 +448,7 @@ enum IdempotencyLevel
448
448
449
449
static class UninterpretedOption
450
450
{
451
- class NamePart
451
+ static class NamePart
452
452
{
453
453
public String name_part ;
454
454
public boolean is_extension ;
@@ -467,7 +467,7 @@ static class SourceCodeInfo
467
467
{
468
468
public Location [] location ;
469
469
470
- class Location
470
+ static class Location
471
471
{
472
472
public int [] path ; // [packed=true];
473
473
public int [] span ; // [packed=true];
@@ -481,7 +481,7 @@ static class GeneratedCodeInfo
481
481
{
482
482
public Annotation [] annotation ;
483
483
484
- class Annotation
484
+ static class Annotation
485
485
{
486
486
public long [] path ; // [packed=true];
487
487
public String source_file ;
0 commit comments