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