#539 Checkstyle fixes
This commit is contained in:
@ -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);
|
||||
|
@ -25,6 +25,9 @@ package com.iluwatar.converter;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
/**
|
||||
* User class
|
||||
*/
|
||||
public class User {
|
||||
private String firstName;
|
||||
private String lastName;
|
||||
|
@ -26,6 +26,9 @@ package com.iluwatar.converter;
|
||||
|
||||
import java.util.Objects;
|
||||
|
||||
/**
|
||||
* User DTO class
|
||||
*/
|
||||
public class UserDto {
|
||||
|
||||
private String firstName;
|
||||
|
Reference in New Issue
Block a user