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 bb3c28a commit c6f7d14Copy full SHA for c6f7d14
csv/src/test/java/com/fasterxml/jackson/dataformat/csv/NullReader122Test.java
@@ -17,7 +17,7 @@ public void testEmptyStream() throws Exception {
17
/*Object ob =*/ r.readValue((Reader) null);
18
fail("Should not pass");
19
} catch (IllegalArgumentException e) {
20
- verifyException(e, "Can not pass `null`");
+ verifyException(e, "Argument \"src\" is null");
21
}
22
23
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.10.0.pr1</version>
+ <version>2.10.0.pr2-SNAPSHOT</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.dataformat</groupId>
9
<artifactId>jackson-dataformats-text</artifactId>
0 commit comments