I wanted to know the proper way of resolving this issue with a Checkstyle report where it points out an empty else block: "Must have at least one statement". We do not log anything in those classes and I think printing anything on console is also not a good idea. What would be the best way to handle this?
