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

changeset 184
905e151a185a
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
183:dbe9e82f9d25 184:905e151a185a
67 /** 67 /**
68 * Build the sub component if there is anything to document. 68 * Build the sub component if there is anything to document.
69 * 69 *
70 * @param elements {@inheritDoc} 70 * @param elements {@inheritDoc}
71 */ 71 */
72 public void build(List elements) { 72 public void build(List<?> elements) {
73 if (hasMembersToDocument()) { 73 if (hasMembersToDocument()) {
74 super.build(elements); 74 super.build(elements);
75 } 75 }
76 } 76 }
77 77

mercurial