citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
445 stars 135 forks source link

remove author headers from source files #1172

Open bbortt opened 1 month ago

bbortt commented 1 month ago

these comments are obsolet on the class level:

/**
 * @author xy
 */

git history already provides this information.

acceptance criteria: remove the @author comments from the top of all source files.

ueberfuhr commented 1 month ago

Seems to be common sense, but not yet common everywhere. Spring still uses @author tags. Gradle doesn't.

bbortt commented 1 month ago

thanks for the addition. it is also common sense to us (@christophd & me) 😉