Fixes Checkstyle problems

There are few checkstyles problems found in the  which are required to be fixed
This commit is contained in:
Dos Debug
2017-09-21 15:13:57 +05:00
parent eb36033b83
commit d8ac00536c
6 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@ import com.iluwatar.throttling.CallsCount;
* @author drastogi
*
*/
public class ThrottleTimerImpl implements Throttler{
public class ThrottleTimerImpl implements Throttler {
private int throttlePeriod;