Skip to content

Commit 8a7162a

Browse files
committed
Fix javadoc typo
1 parent 8fa605c commit 8a7162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/deser/impl/PropertyValueBuffer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public Object getParameter(SettableBeanProperty prop)
191191
* and verification of values for required properties,
192192
* after either {@link #assignParameter(SettableBeanProperty, Object)}
193193
* returns <code>true</code> (to indicate all creator properties are found), or when
194-
* then whole JSON Object has been processed,
194+
* the whole JSON Object has been processed,
195195
*/
196196
public Object[] getParameters(SettableBeanProperty[] props)
197197
throws JsonMappingException, IOException

0 commit comments

Comments
 (0)