Fix line endings in new JacksonObjectMapper classes

Commit aa415d7c0c introduced
JacksonObjectMapperFactoryBean and associated tests, but with Windows
(CRLF) line endings instead of the conventional Unix (LF) line endings.

This commit converts these files to LF endings using the handy
`dos2unix` utility.

Issue: SPR-9125
This commit is contained in:
Chris Beams 2012-06-19 18:01:25 +02:00
parent 64d6605974
commit 08498d57dd
2 changed files with 421 additions and 421 deletions