Closes gh-29928
This commit is contained in:
Johnny Lim
2023-02-04 23:20:29 +09:00
committed by Sébastien Deleuze
parent a7ec6b4a2a
commit 431ae03447
17 changed files with 17 additions and 19 deletions

View File

@@ -381,7 +381,7 @@ public class BindingReflectionHintsRegistrarTests {
return new Builder();
}
public Builder id(String name) {
public Builder name(String name) {
this.name = name;
return this;
}