Andrei Branza - some missed tabs
This commit is contained in:
parent
65437b41ad
commit
6efb061da7
@ -9,7 +9,7 @@ import lombok.*;
|
||||
@ToString
|
||||
public class Address implements Cloneable {
|
||||
|
||||
private String streetName;
|
||||
private String streetName;
|
||||
private String cityName;
|
||||
|
||||
}
|
@ -23,6 +23,6 @@ public class Person implements Cloneable {
|
||||
|
||||
@Override
|
||||
public Person clone() {
|
||||
return new Person(this);
|
||||
}
|
||||
return new Person(this);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user