langtools/src/share/classes/com/sun/tools/doclets/formats/html/PackageFrameWriter.java
changeset 22163 3651128c74eb
parent 22159 682da512ec17
child 25454 376a52c9540c
equal deleted inserted replaced
22162:3b3e23e67329 22163:3651128c74eb
    74                               PackageDoc packageDoc)
    74                               PackageDoc packageDoc)
    75                               throws IOException {
    75                               throws IOException {
    76         super(configuration, DocPath.forPackage(packageDoc).resolve(DocPaths.PACKAGE_FRAME));
    76         super(configuration, DocPath.forPackage(packageDoc).resolve(DocPaths.PACKAGE_FRAME));
    77         this.packageDoc = packageDoc;
    77         this.packageDoc = packageDoc;
    78         if (configuration.root.specifiedPackages().length == 0) {
    78         if (configuration.root.specifiedPackages().length == 0) {
    79             documentedClasses = new HashSet<ClassDoc>(Arrays.asList(configuration.root.classes()));
    79             documentedClasses = new HashSet<>(Arrays.asList(configuration.root.classes()));
    80         }
    80         }
    81     }
    81     }
    82 
    82 
    83     /**
    83     /**
    84      * Generate a package summary page for the left-hand bottom frame. Construct
    84      * Generate a package summary page for the left-hand bottom frame. Construct