Skip to content

Commit 817fb5e

Browse files
committed
Tiny javadoc typo fix
1 parent c3d7fdc commit 817fb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/databind/jsontype/TestPolymorphicDeserialization676.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Reproduction of <a href="https://github.com/FasterXML/jackson-databind/issues/676">databind#676</a>
1818
* <p/>
1919
* Deserialization of class with generic collection inside
20-
* depends on how is was deserialized first time.
20+
* depends on how it was deserialized first time.
2121
*/
2222
public class TestPolymorphicDeserialization676 extends DatabindTestUtil
2323
{

0 commit comments

Comments
 (0)