Skip to content

Commit 968194e

Browse files
committed
fix access to ctype field
1 parent f58164a commit 968194e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

protobuf/src/main/java/com/fasterxml/jackson/dataformat/protobuf/schema/FileDescriptorSet.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ static class MessageOptions
376376

377377
static class FieldOptions
378378
{
379-
CType ctype; // [default = STRING];
379+
public CType ctype; // [default = STRING];
380380

381381
enum CType
382382
{
@@ -489,6 +489,4 @@ class Annotation
489489
public int end;
490490
}
491491
}
492-
493-
494492
}

0 commit comments

Comments
 (0)