File tree Expand file tree Collapse file tree
protobuf/src/main/java/com/fasterxml/jackson/dataformat/protobuf Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1026,8 +1026,8 @@ protected void _writeEnum(int index) throws IOException
10261026
10271027 protected void _reportEnumError (Object enumValue ) throws IOException
10281028 {
1029- _reportErrorF ("No Enum '%s' found for property '%s'; valid values = %s"
1030- + _currField . getEnumValues () , _currField .name , enumValue );
1029+ _reportErrorF ("No Enum '%s' found for property '%s'; valid values = %s" ,
1030+ enumValue , _currField .name , _currField . getEnumValues () );
10311031 }
10321032
10331033 /*
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ No changes since 2.19.1
125125 when creating parser with fixed buffer
126126#651 : (smile) Ensure Smile backend supports `StreamReadConstraints.maxTokenCount`
127127#652 : (cbor) Ensure CBOR backend supports `StreamReadConstraints.maxTokenCount`
128+ - Minor fix to `ProtobufGenerator ._reportEnumError ()` helper method
128129
1291302.18 .5 (27 - Oct - 2025 )
130131
You can’t perform that action at this time.
0 commit comments