Skip to content

Commit

Permalink
Javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
averbraeck committed Mar 18, 2023
1 parent bd00332 commit 1ba1072
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public List<XsdTreeNode> getChildren()
}

/**
* Assures children are present. If a child has minOccurs > 1, additional child nodes are added. Result is cached.
* Assures children are present. If a child has minOccurs &gt; 1, additional child nodes are added. Result is cached.
*/
protected void assureChildren()
{
Expand Down Expand Up @@ -1399,7 +1399,7 @@ public void setStringFunction(final Function<XsdTreeNode, String> stringFunction
/**
* A consumer can be set externally and will receive this node when its menu item is selected.
* @param menuItem String; name of item as presented to the user.
* @param consumer Consumer&lt;XsdTreeNode>&gt;; editor.
* @param consumer Consumer&lt;XsdTreeNode&gt;; editor.
*/
public void addConsumer(final String menuItem, final Consumer<XsdTreeNode> consumer)
{
Expand Down

0 comments on commit 1ba1072

Please sign in to comment.