Code cleaning.
This commit is contained in:
@@ -28,10 +28,12 @@ public class AuthorBuilder {
|
|||||||
this.id = id;
|
this.id = id;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public AuthorBuilder withName(String name) {
|
public AuthorBuilder withName(String name) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public AuthorBuilder withImage(String image) {
|
public AuthorBuilder withImage(String image) {
|
||||||
this.image = image;
|
this.image = image;
|
||||||
return this;
|
return this;
|
||||||
|
|||||||
Reference in New Issue
Block a user