src/share/classes/com/sun/tools/doclets/formats/html/PackageIndexWriter.java

changeset 184
905e151a185a
parent 182
47a62d8d98b4
child 198
b4b1f7732289
equal deleted inserted replaced
183:dbe9e82f9d25 184:905e151a185a
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.

mercurial