just a typo...

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@310 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 20 years ago
parent 10f6f19c08
commit afe7cbe4de

@ -131,7 +131,7 @@ public class MessageSend_p {
if (subject.length() > 100) subject = subject.substring(0, 100);
if (message.length() > messagesize) message = message.substring(0, messagesize);
HashMap result = yacyClient.postMessage(hash, subject, message.getBytes());
body += "<p>Your message has been sent. The target peer respondet:</p>";
body += "<p>Your message has been sent. The target peer responded:</p>";
body += "<p><i>" + result.get("response") + "</i></p>";
} catch (NumberFormatException e) {
// "unresolved pattern", the remote peer is alive but had an exception

Loading…
Cancel
Save