Skip to content

Commit 7d24a77

Browse files
committed
fix #97
1 parent 3b75f46 commit 7d24a77

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/java/com/fasterxml/jackson/dataformat/xml/failing/Issue97Test.java

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2002-2014 Nu Echo Inc. All rights reserved.
3-
*/
4-
51
package com.fasterxml.jackson.dataformat.xml.failing;
62

73
import static org.junit.Assert.*;
@@ -17,7 +13,7 @@
1713
import com.fasterxml.jackson.dataformat.xml.annotation.*;
1814

1915
/**
20-
* @author Nu Echo Inc.
16+
* @author pgelinas
2117
*/
2218
public class Issue97Test extends XmlTestBase
2319
{

0 commit comments

Comments
 (0)