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