Skip to content

Commit 9547a2d

Browse files
committed
Fix Xpp3DomUtils imports
1 parent b1794a3 commit 9547a2d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/java/org/codehaus/plexus/util/xml/Xpp3DomUtils.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
package org.codehaus.plexus.util.xml;
22

3-
import java.io.IOException;
4-
import java.util.HashMap;
5-
import java.util.Map;
6-
73
/*
84
* Copyright The Codehaus Foundation.
95
*
@@ -22,6 +18,8 @@
2218

2319
import org.codehaus.plexus.util.xml.pull.XmlSerializer;
2420

21+
import java.io.IOException;
22+
2523
/** @author Jason van Zyl */
2624
@Deprecated
2725
public class Xpp3DomUtils

0 commit comments

Comments
 (0)