Polish
Closes gh-29928
This commit is contained in:
committed by
Sébastien Deleuze
parent
a7ec6b4a2a
commit
431ae03447
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user