We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b75f46 commit 7d24a77Copy full SHA for 7d24a77
src/test/java/com/fasterxml/jackson/dataformat/xml/failing/Issue97Test.java
@@ -1,7 +1,3 @@
1
-/*
2
- * Copyright (c) 2002-2014 Nu Echo Inc. All rights reserved.
3
- */
4
-
5
package com.fasterxml.jackson.dataformat.xml.failing;
6
7
import static org.junit.Assert.*;
@@ -17,7 +13,7 @@
17
13
import com.fasterxml.jackson.dataformat.xml.annotation.*;
18
14
19
15
/**
20
- * @author Nu Echo Inc.
16
+ * @author pgelinas
21
*/
22
public class Issue97Test extends XmlTestBase
23
{
0 commit comments