fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2016-05-20 21:02:49 +00:00
parent ae32e5f677
commit e5393711b7

View File

@ -30,10 +30,7 @@ public final class XmlSort {
* attributes are not touched. When elements are reordered, all the text, comments and PIs
* follow the element that they come immediately after.
* @param comp a comparator that is to be used when comparing the <code>QName</code>s of two
* elements. See {@link QNameComparator} for a simple
* implementation that compares two elements based on the value of their QName, but more
* complicated implementations are possible, for instance, ones that compare two elements based
* on the value of a specifc attribute etc.
* elements.
* @throws IllegalArgumentException if the input <code>XmlObject</code> does not represent
* an element
*/