Skip to content

Commit

Permalink
Fix Xpp3DomUtils imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed May 22, 2023
1 parent b1794a3 commit 9547a2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/java/org/codehaus/plexus/util/xml/Xpp3DomUtils.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package org.codehaus.plexus.util.xml;

import java.io.IOException;
import java.util.HashMap;
import java.util.Map;

/*
* Copyright The Codehaus Foundation.
*
Expand All @@ -22,6 +18,8 @@

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

import java.io.IOException;

/** @author Jason van Zyl */
@Deprecated
public class Xpp3DomUtils
Expand Down

0 comments on commit 9547a2d

Please sign in to comment.