mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
Add missing generic type to Javadoc Builder (#3499)
This commit is contained in:
parent
90a3ce0b46
commit
0a43bc088f
@ -31,7 +31,7 @@ public class Javadoc extends ModelElement {
|
||||
return this;
|
||||
}
|
||||
|
||||
public Builder authors(List authors) {
|
||||
public Builder authors(List<String> authors) {
|
||||
this.authors = authors;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user