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