Resolves checkstyle errors for business-delegate, bytecode, caching (#1059)

* Reduces checkstyle errors in business-delegate

* Reduces checkstyle errors in bytecode

* Reduces checkstyle errors in caching
This commit is contained in:
Anurag Agarwal
2019-11-10 00:53:12 +05:30
committed by Ilkka Seppälä
parent 6d1c0b1563
commit efc17fcc70
21 changed files with 119 additions and 134 deletions
@@ -24,9 +24,7 @@
package com.iluwatar.business.delegate;
/**
*
* Client utilizes BusinessDelegate to call the business tier
*
* Client utilizes BusinessDelegate to call the business tier.
*/
public class Client {