From: Andreas Beeker Date: Fri, 20 May 2016 21:02:49 +0000 (+0000) Subject: fix javadocs X-Git-Tag: REL_3_15_BETA2~236 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ccc643be20dcfef5bdeb4d399a32e4da77f8915;p=poi.git fix javadocs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744797 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/java/org/apache/poi/util/XmlSort.java b/src/ooxml/java/org/apache/poi/util/XmlSort.java index 16a444e425..e6be797029 100644 --- a/src/ooxml/java/org/apache/poi/util/XmlSort.java +++ b/src/ooxml/java/org/apache/poi/util/XmlSort.java @@ -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 QNames 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 XmlObject does not represent * an element */