Skip to content

Commit

Permalink
[conf] Clean up ServiceConfiguration to use lombok getter and setter (a…
Browse files Browse the repository at this point in the history
…pache#3101)

*Motivation*

Each time we add a new setting, we need to add one setter and one getter method.
This change is to remove those setters and getters, to use lombok @Setter and @Getter.
It will make life easier.
  • Loading branch information
sijie authored and merlimat committed Dec 1, 2018
1 parent 62ecf4d commit a62633b
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1,280 deletions.
Loading

0 comments on commit a62633b

Please sign in to comment.