FasterXML / jackson-core

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

Remove unnecessary semicolon #1280

Closed Philzen closed 4 months ago

Philzen commented 4 months ago

As per https://github.com/FasterXML/jackson-annotations/pull/250#issuecomment-2080120796, moved this commit into a separate PR.

cowtowncoder commented 4 months ago

Ok, going forward these are not kind of PRs that are super useful, and come down to stylistic differences (I somehow like trailing semicolon for enums, but YMMV). Same for semicolon for empty statements. Does not make any difference to compiler, same resulting bytecode.

Still. I know others like minimalism so yeah, let's remove redundancy.

But like other PRs, let's re-base to 2.18.

Philzen commented 4 months ago

But like other PRs, let's re-base to 2.18.

Done.