Skip to content

Commit a53ca5e

Browse files
committed
IGNITE-27177 Remove BinaryWriter#typeId seter
1 parent ffa7415 commit a53ca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/java/org/apache/ignite/internal/binary/BinaryMarshallerSelfTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3309,7 +3309,7 @@ public void testPredefinedTypeIds() throws Exception {
33093309
for (Map.Entry<String, Integer> entry : map.entrySet()) {
33103310
int id = entry.getValue();
33113311

3312-
if (id == UNREGISTERED_TYPE_ID)
3312+
if (id == GridBinaryMarshaller.UNREGISTERED_TYPE_ID)
33133313
continue;
33143314

33153315
BinaryClassDescriptor desc = bCtx.descriptorForTypeId(false, entry.getValue(), null, true);

0 commit comments

Comments
 (0)