We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa605c commit 8a7162aCopy full SHA for 8a7162a
src/main/java/com/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer.java
@@ -191,7 +191,7 @@ public Object getParameter(SettableBeanProperty prop)
191
* and verification of values for required properties,
192
* after either {@link #assignParameter(SettableBeanProperty, Object)}
193
* returns <code>true</code> (to indicate all creator properties are found), or when
194
- * then whole JSON Object has been processed,
+ * the whole JSON Object has been processed,
195
*/
196
public Object[] getParameters(SettableBeanProperty[] props)
197
throws JsonMappingException, IOException
0 commit comments