Skip to content

Commit

Permalink
*) Correcting typo
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@120 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed May 14, 2005
1 parent 1d38599 commit ddc5675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaSwitchboard.java
Expand Up @@ -1160,7 +1160,7 @@ public serverObjects searchFromRemote(Set hashes, int count, boolean global, lon
urlentry = acc.nextElement();
resource = urlentry.toString();
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++;
}
}
Expand Down

0 comments on commit ddc5675

Please sign in to comment.