*) Correcting typo

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@120 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 20 years ago
parent 1d38599598
commit ddc5675781

@ -1160,7 +1160,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser
urlentry = acc.nextElement(); urlentry = acc.nextElement();
resource = urlentry.toString(); resource = urlentry.toString();
if (resource != null) { if (resource != null) {
links.append(resource).append(i).append("=").append(resource).append(serverCore.crlfString); links.append("resource").append(i).append("=").append(resource).append(serverCore.crlfString);
i++; i++;
} }
} }

Loading…
Cancel
Save