Skip to content

Commit 6d5525a

Browse files
authored
Add overrides for [core#1211] (#835)
1 parent aafa91f commit 6d5525a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/tools/jackson/dataformat/xml/deser/FromXmlParser.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ public JacksonFeatureSet<StreamReadCapability> streamReadCapabilities() {
261261
return XML_READ_CAPABILITIES;
262262
}
263263

264+
// @since 3.2
265+
@Override
266+
public boolean willInternPropertyNames() { return false; }
267+
264268
/*
265269
/**********************************************************************
266270
/* Extended API, access to some internal components

0 commit comments

Comments
 (0)