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

changeset 1691
f10cffab99b4
parent 1521
71f35e4b93a5
child 1735
8ea30d59ac41
equal deleted inserted replaced
1690:76537856a54e 1691:f10cffab99b4
155 boolean isFirst = true; 155 boolean isFirst = true;
156 for (String anno : annos) { 156 for (String anno : annos) {
157 if (!isFirst) { 157 if (!isFirst) {
158 linkInfo.displayLength += 1; 158 linkInfo.displayLength += 1;
159 output.append(" "); 159 output.append(" ");
160 isFirst = false;
161 } 160 }
162 output.append(anno); 161 output.append(anno);
162 isFirst = false;
163 } 163 }
164 if (!annos.isEmpty()) { 164 if (!annos.isEmpty()) {
165 linkInfo.displayLength += 1; 165 linkInfo.displayLength += 1;
166 output.append(" "); 166 output.append(" ");
167 } 167 }

mercurial