You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/03/20 19:49:23 UTC

[pulsar] branch master updated: Update README.md (#3841)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new f03971c  Update README.md (#3841)
f03971c is described below

commit f03971cb5b4f9f00195b9b5bf7191d2d7115034a
Author: Shivji Kumar Jha <sh...@gmail.com>
AuthorDate: Thu Mar 21 01:19:16 2019 +0530

    Update README.md (#3841)
    
    Intellij needs the lombok plugin to generate the code (getter, setter, data etc) used in this project.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 24f63e1..5f48a72 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,8 @@ To configure annotation processing in IntelliJ:
 
 4. Click “OK”.
 
+5. Install the lombok plugin in intellij.
+
 ### Eclipse
 
 Follow the instructions [here](https://howtodoinjava.com/automation/lombok-eclipse-installation-examples/)