langtools/test/tools/javac/completionDeps/DepsAndDocLint.java
changeset 40835 6ab9ed1abc46
parent 39599 3c7da4996d8c
child 46184 f1325703ea85
equal deleted inserted replaced
40777:e384420383a5 40835:6ab9ed1abc46
    23 
    23 
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 8078389
    26  * @bug 8078389
    27  * @summary Make sure there is no interference between completionDeps and doclint
    27  * @summary Make sure there is no interference between completionDeps and doclint
    28  * @compile -Xdebug:completionDeps -Xdoclint DepsAndDocLint.java
    28  * @compile --debug:completionDeps -Xdoclint DepsAndDocLint.java
    29  */
    29  */
    30 
    30 
    31 public class DepsAndDocLint {
    31 public class DepsAndDocLint {
    32 }
    32 }