Fix assert to verify the correct variable.
Original pull request: gh-170. Closes: gh-170.
This commit is contained in:
committed by
Mark Paluch
parent
9b74d1198a
commit
c355c0e73f
@@ -121,7 +121,7 @@ public class AppIdAuthenticationOptions {
|
||||
*/
|
||||
public AppIdAuthenticationOptionsBuilder appId(String appId) {
|
||||
|
||||
Assert.hasText(path, "AppId must not be empty");
|
||||
Assert.hasText(appId, "AppId must not be empty");
|
||||
|
||||
this.appId = appId;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user