We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf6bf7 commit 3cbb15bCopy full SHA for 3cbb15b
ds3-sdk/src/main/java/com/spectralogic/ds3client/serializer/XmlOutput.java
@@ -47,7 +47,7 @@ public class XmlOutput {
47
if (isProductionBuild()) {
48
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);
49
} else {
50
- LOG.info("Non-production build: Asserting on Deserializing invalid XML elements in responses.");
+ LOG.info("Non-production build: Asserting on de-serializing unknown elements and attributes in XML response payloads.");
51
}
52
53
0 commit comments