src/share/classes/com/sun/tools/javadoc/RootDocImpl.java

changeset 1443
cfde9737131e
parent 1412
400a4e8accd3
child 1490
fc4cb1577ad6
equal deleted inserted replaced
1442:fcf89720ae71 1443:cfde9737131e
329 * Do lazy initialization of "documentation" string. 329 * Do lazy initialization of "documentation" string.
330 */ 330 */
331 @Override 331 @Override
332 protected String documentation() { 332 protected String documentation() {
333 if (documentation == null) { 333 if (documentation == null) {
334 int cnt = options.length();
335 JavaFileObject overviewPath = getOverviewPath(); 334 JavaFileObject overviewPath = getOverviewPath();
336 if (overviewPath == null) { 335 if (overviewPath == null) {
337 // no doc file to be had 336 // no doc file to be had
338 documentation = ""; 337 documentation = "";
339 } else { 338 } else {

mercurial