#539 Checkstyle fixes

This commit is contained in:
Ilkka Seppälä
2017-04-01 15:34:13 +03:00
parent 3f272bf291
commit c1c4411957
3 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,9 @@ package com.iluwatar.balking;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Washing machine class
*/
public class WashingMachine {
private static final Logger LOGGER = LoggerFactory.getLogger(WashingMachine.class);