From 5edfa4b62b7a6b29f4efe03360ac8be1bd8128f9 Mon Sep 17 00:00:00 2001 From: Dominik Przybyl Date: Thu, 19 Oct 2023 23:53:51 +0200 Subject: [PATCH] removed Lombok annotations --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f8472b35..b7c22e37f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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)