Commit 3e84f5bd authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Remove obsolete comment

Closes gh-11874
parent 0cfef1bc
...@@ -100,12 +100,6 @@ public class JacksonAutoConfigurationTests { ...@@ -100,12 +100,6 @@ public class JacksonAutoConfigurationTests {
}); });
} }
/*
* ObjectMapper does not contain method to get the date format of the mapper. See
* https://github.com/FasterXML/jackson-databind/issues/559 If such a method will be
* provided below tests can be simplified.
*/
@Test @Test
public void noCustomDateFormat() { public void noCustomDateFormat() {
this.contextRunner.run((context) -> { this.contextRunner.run((context) -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment