*) fixed ArrayIndexOutOfBoundsException

--> http://www.yacy-forum.de/viewtopic.php?t=3210

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3058 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
auron_x 19 years ago
parent c93cfdc23a
commit c086c71f17

@ -150,7 +150,7 @@ public final class plasmaCondenser {
// missing: author!
// missing: tags!
String[] titles = document.getSectionTitles();
for (int i = 0; 1 < titles.length; i++) {
for (int i = 0; i < titles.length; i++) {
insertTextToWords(titles[i], i + 10, indexRWIEntryNew.flag_app_emphasized, wflags);
}

Loading…
Cancel
Save