*) cosmetics

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5934 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
low012 2009-05-08 19:26:36 +00:00
parent 55d51e4b8c
commit d164b42604
3 changed files with 5 additions and 5 deletions

View File

@ -170,7 +170,7 @@ public class IODispatcher <ReferenceType extends Reference> extends Thread {
// check termination
if (this.terminate) {
Log.logInfo("IODispatcher", "catched termination signal");
Log.logInfo("IODispatcher", "caught termination signal");
break;
}

View File

@ -99,9 +99,9 @@ public final class plasmaSearchEvent {
@SuppressWarnings("unchecked")
private plasmaSearchEvent(final plasmaSearchQuery query,
final plasmaWordIndex wordIndex,
final ResultURLs crawlResults,
final ResultURLs crawlResults,
final TreeMap<byte[], String> preselectedPeerHashes,
final boolean generateAbstracts) {
final boolean generateAbstracts) {
this.eventTime = System.currentTimeMillis(); // for lifetime check
this.wordIndex = wordIndex;
this.crawlResults = crawlResults;
@ -704,7 +704,7 @@ public final class plasmaSearchEvent {
/*
// catch up index abstracts and join them; then call peers again to submit their urls
System.out.println("DEBUG-INDEXABSTRACT: " + rcAbstracts.size() + " word references catched, " + query.queryHashes.size() + " needed");
System.out.println("DEBUG-INDEXABSTRACT: " + rcAbstracts.size() + " word references caught, " + query.queryHashes.size() + " needed");
Iterator i = rcAbstracts.entrySet().iterator();
Map.Entry entry;

View File

@ -849,7 +849,7 @@ public final class serverCore extends serverAbstractBusyThread implements server
// possible beginning of CRLF, check following byte
b = pbis.read();
if (b == LF) {
// line end catched: break the loop
// line end caught: break the loop
break;
} else if (b >= 0) {
// no line end: push back the byte, ignore the CR