You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: processor/src/test/java/org/infinispan/protostream/annotations/impl/processor/tests/AutoProtoSchemaBuilderTest.java
+28
Original file line number
Diff line number
Diff line change
@@ -373,6 +373,12 @@ static class MessageWithAllFieldTypes {
373
373
@ProtoField(number = 36, defaultValue = "36")
374
374
Byte[] testField36 = {1, 2, 3};
375
375
376
+
@ProtoField(number = 37)
377
+
DategetTestField37;
378
+
379
+
@ProtoField(number = 38)
380
+
InstantgetTestField38;
381
+
376
382
privatechartestField51;
377
383
378
384
@ProtoField(number = 51, defaultValue = "A")
@@ -768,6 +774,28 @@ public Byte[] getTestField86() {
0 commit comments