Skip to content

Commit d895334

Browse files
committed
Fix incorrect issue ref in test
1 parent b3926a2 commit d895334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/fasterxml/jackson/dataformat/xml/misc/EmptyPolymorphicTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
66
import com.fasterxml.jackson.dataformat.xml.XmlTestBase;
77

8-
// test(s) for [dataformat-xml#111]
8+
// test(s) for [dataformat-xml#169]
99
public class EmptyPolymorphicTest extends XmlTestBase
1010
{
1111
static class Data {

0 commit comments

Comments
 (0)