langtools/src/jdk.compiler/share/classes/com/sun/source/util/DocTreePathScanner.java
changeset 34752 9c262a013456
parent 25874 83c19f00452c
child 34916 16043fc1d90b
equal deleted inserted replaced
34751:32ee3b176042 34752:9c262a013456
    20  *
    20  *
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
    24  */
    24  */
       
    25 
    25 package com.sun.source.util;
    26 package com.sun.source.util;
    26 
    27 
    27 import com.sun.source.doctree.DocTree;
    28 import com.sun.source.doctree.DocTree;
    28 
    29 
    29 /**
    30 /**