< prev index next >

src/java.base/share/classes/sun/security/provider/certpath/PolicyNodeImpl.java

Print this page
rev 47483 : [mq]: XXXXXXX-double-trouble-2

@@ -304,11 +304,11 @@
         getPolicyNodes(depth, set);
         return set;
     }
 
     /**
-     * Add all nodes at depth depth to set and return the Set.
+     * Add all nodes at depth to set and return the Set.
      * Internal recursion helper.
      */
     private void getPolicyNodes(int depth, Set<PolicyNodeImpl> set) {
         // if we've reached the desired depth, then return ourself
         if (mDepth == depth) {
< prev index next >