Remove obsolete comment

Closes gh-11874
This commit is contained in:
dreis2211 2018-01-31 22:23:34 +01:00 committed by Stephane Nicoll
parent 0cfef1bc92
commit 3e84f5bdbe
1 changed files with 0 additions and 6 deletions

View File

@ -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
public void noCustomDateFormat() {
this.contextRunner.run((context) -> {