manusa / mnIMAPSync

Java IMAP email syncing tool
Apache License 2.0
39 stars 13 forks source link

Remove old Java class template comments #14

Closed manusa closed 5 years ago

manusa commented 5 years ago

Description

Project initial implementation is from 2013 when I was using an IDE which didn't provide as many tools and insights as nowdays IDEs provide. My default Java class template included comments to identify different sections of a Java class according to my code-style guide at the time.

Remove these comments as they are no longer necessary and uglify the code.