Skip to content

Commit

Permalink
removed Lombok annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Oct 19, 2023
1 parent 8462255 commit 5edfa4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Below is short list of things that will help us maintaining APM quality and acce
- update [documentation](https://github.com/wttech/apm/tree/master/documentation) and include changes in the same pull request which modifies the code,
- when committing an improvement, try to show it in local demo example,
- when logging use proper levels: `INFO` and `WARNING` should log only very important messages.
- to generate getters and setters use [Lombok](https://projectlombok.org/). Plugins available both on Eclipse & Intellij IDE

## Mailing List
To get notification about build changes add your email to .travis.yml in email section. More configuration for notification available in [documentation](https://docs.travis-ci.com/user/notifications#Email-notifications)

0 comments on commit 5edfa4b

Please sign in to comment.