CE-1887 Fix spelling of withVales method

This commit is contained in:
2024-10-17 12:21:38 -05:00
parent 26a33eb1a0
commit 9ea92553e7

View File

@ -177,7 +177,7 @@ public class QAuthenticationMetaData implements TopLevelMetaDataInterface
/*******************************************************************************
**
*******************************************************************************/
public QAuthenticationMetaData withVales(Map<String, String> values)
public QAuthenticationMetaData withValues(Map<String, String> values)
{
this.values = values;
return (this);