langtools/test/jdk/javadoc/tool/dupOk/DupOk.java
changeset 36526 3b41f1c69604
parent 35426 374342e56a56
child 40508 74ef30d16fb9
equal deleted inserted replaced
36525:4caf88912b7f 36526:3b41f1c69604
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4673477
    26  * @bug 4673477
    27  * @summary The first definition found for each class should be documented
    27  * @summary The first definition found for each class should be documented
    28  * @author gafter
    28  * @author gafter
    29  * @modules jdk.javadoc
    29  * @modules jdk.javadoc/jdk.javadoc.internal.tool
    30  */
    30  */
    31 
    31 
    32 import java.io.File;
    32 import java.io.File;
    33 import java.util.*;
    33 import java.util.*;
    34 
    34