< prev index next >

src/java.base/share/classes/java/lang/ModuleLayer.java

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

*** 764,774 **** return parents; } /** ! * Returns an ordered stream of layers. The first element is is this layer, * the remaining elements are the parent layers in DFS order. * * @implNote For now, the assumption is that the number of elements will * be very low and so this method does not use a specialized spliterator. */ --- 764,774 ---- return parents; } /** ! * Returns an ordered stream of layers. The first element is this layer, * the remaining elements are the parent layers in DFS order. * * @implNote For now, the assumption is that the number of elements will * be very low and so this method does not use a specialized spliterator. */
< prev index next >