Skip to content

Commit

Permalink
assd
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitakovaliov92 committed Aug 26, 2024
1 parent 5c850c8 commit eea257e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmp-core/src/main/java/org/verapdf/xmp/impl/XMPNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public class XMPNode implements Comparable
/** flag if the node has an "rdf:value" child node. */
private boolean hasValueChild;

//------------------------------------------------------------------------------ veraPDF: added original prefix into constructor

//------------------------------------------------------------------------------ veraPDF: added original prefix into constructor
/**
* Creates an <code>XMPNode</code> with initial values.
*
Expand All @@ -78,8 +78,8 @@ public XMPNode(String name, String value, PropertyOptions options, String origin
this.originalPrefix = originalPrefix;
}

//------------------------------------------------------------------------------ veraPDF: added original prefix into constructor

//------------------------------------------------------------------------------ veraPDF: added original prefix into constructor
/**
* Constructor for the node without value.
*
Expand Down

0 comments on commit eea257e

Please sign in to comment.