langtools/src/share/classes/com/sun/tools/javadoc/RootDocImpl.java
changeset 14802 969e90f68ac5
parent 14544 d71d992cb905
child 15354 52a04c670c05
equal deleted inserted replaced
14801:d66cab4ef397 14802:969e90f68ac5
   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 {