Skip to content

Commit

Permalink
remove Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
Stellar1999 committed Jan 7, 2025
1 parent 1fa560e commit 9101254
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
package org.apache.maven.api.xml;

import javax.xml.stream.XMLStreamException;

import java.io.Serializable;
import java.io.StringWriter;
import java.util.List;
import java.util.ListIterator;
Expand All @@ -31,8 +29,7 @@
/**
* NOTE: remove all the util code in here when separated, this class should be pure data.
*/
public class XmlNode implements Serializable {
private static final long serialVersionUID = 2567894443061173996L;
public class XmlNode {

public static final String CHILDREN_COMBINATION_MODE_ATTRIBUTE = "combine.children";

Expand Down

0 comments on commit 9101254

Please sign in to comment.