review comments - indentation in pom

This commit is contained in:
priyank-sriv 2020-05-24 16:53:24 +05:30
parent b2fac9be36
commit d76966dab7
2 changed files with 123 additions and 123 deletions

View File

@ -11,7 +11,7 @@ public enum PricingPlan {
BASIC(40),
PROFESSIONAL(100);;
PROFESSIONAL(100);
private int bucketCapacity;