mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 00:17:34 +00:00
c10fe50f6a
Specifically, using as custom logger topic a concatenated string, like literally `"A" + "B"`. It works, but depending on javac and phase of the moon that ends up as `"A" + "B"` or `"AB"`, and I don't think it's worthwhile for lombok to try to be consistent in this and test for that.