src/share/classes/com/sun/tools/doclets/internal/toolkit/builders/AbstractBuilder.java

changeset 74
5a9172b251dd
parent 1
9a66ca7c79fa
child 117
24a47c3062fe
equal deleted inserted replaced
73:1cf29847eb6e 74:5a9172b251dd
59 /** 59 /**
60 * Keep track of which packages we have seen for 60 * Keep track of which packages we have seen for
61 * efficiency purposes. We don't want to copy the 61 * efficiency purposes. We don't want to copy the
62 * doc files multiple times for a single package. 62 * doc files multiple times for a single package.
63 */ 63 */
64 protected static Set containingPackagesSeen; 64 protected static Set<String> containingPackagesSeen;
65 65
66 /** 66 /**
67 * True if we want to print debug output. 67 * True if we want to print debug output.
68 */ 68 */
69 protected static final boolean DEBUG = false; 69 protected static final boolean DEBUG = false;

mercurial