Merge pull request #11874 from dreis2211:remove-obsolete-comment

* pr/11874:
  Remove obsolete comment
This commit is contained in:
Stephane Nicoll
2018-02-01 09:00:51 +01:00

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) -> {