]> source.dussan.org Git - poi.git/commitdiff
fix javadocs
authorAndreas Beeker <kiwiwings@apache.org>
Fri, 20 May 2016 21:02:49 +0000 (21:02 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Fri, 20 May 2016 21:02:49 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744797 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/util/XmlSort.java

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