#101820: Documenting in javadoc cnd-repair-20070530 indent_91718_base retouche_jsp_2007_2_t2b_a syntax_102406_base_0 uml_visualcomponent_root
authorjtulach@netbeans.org
Wed, 16 May 2007 19:38:36 +0000
changeset 2821ffaea4a2619
parent 281 a0e3d2f82b5b
child 283 1cf9166653e0
#101820: Documenting in javadoc
openide.util/src/org/openide/util/Utilities.java
     1.1 --- a/openide.util/src/org/openide/util/Utilities.java	Tue May 15 22:50:33 2007 +0000
     1.2 +++ b/openide.util/src/org/openide/util/Utilities.java	Wed May 16 19:38:36 2007 +0000
     1.3 @@ -2212,8 +2212,8 @@
     1.4       * (as per hash/equals), nor duplicates among the edge lists.
     1.5       * The edge map need not contain an entry for every object, only if it
     1.6       * has some outgoing edges (empty but not null map values are permitted).
     1.7 -     * The edge map may contain neither keys nor value entries for objects not
     1.8 -     * in the collection to be sorted.
     1.9 +     * The edge map shall not contain neither keys nor value entries for objects not
    1.10 +     * in the collection to be sorted, if that happens they will be ignored (since version 7.9).
    1.11       * <p>The incoming parameters will not be modified; they must not be changed
    1.12       * during the call and possible calls to TopologicalSortException methods.
    1.13       * The returned list will support modifications.