FasterXML / jackson-core

Core part of Jackson that defines Streaming API as well as basic shared abstractions
Apache License 2.0
2.27k stars 799 forks source link

refactor: reorder imports #1344

Closed timo-a closed 1 month ago

timo-a commented 1 month ago

This PR orders imports according to https://github.com/FasterXML/jackson/blob/master/contribution/jackson-coding-style-guide.md#ordering

cowtowncoder commented 1 month ago

Nice! Thanks @timo-a