langtools/src/share/classes/com/sun/tools/doclets/formats/html/PackageIndexWriter.java
changeset 1789 7ac8c0815000
parent 1787 1aa079321cd2
child 1870 57a1138dffc8
equal deleted inserted replaced
1788:ced0a1a7ec80 1789:7ac8c0815000
    52     private Map<String,List<PackageDoc>> groupPackageMap;
    52     private Map<String,List<PackageDoc>> groupPackageMap;
    53 
    53 
    54     /**
    54     /**
    55      * List to store the order groups as specified on the command line.
    55      * List to store the order groups as specified on the command line.
    56      */
    56      */
    57     private List groupList;
    57     private List<String> groupList;
    58 
    58 
    59     /**
    59     /**
    60      * Construct the PackageIndexWriter. Also constructs the grouping
    60      * Construct the PackageIndexWriter. Also constructs the grouping
    61      * information as provided on the command line by "-group" option. Stores
    61      * information as provided on the command line by "-group" option. Stores
    62      * the order of groups specified by the user.
    62      * the order of groups specified by the user.