*) 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 // check termination
if (this.terminate) { if (this.terminate) {
Log.logInfo("IODispatcher", "catched termination signal"); Log.logInfo("IODispatcher", "caught termination signal");
break; break;
} }

View File

@ -704,7 +704,7 @@ public final class plasmaSearchEvent {
/* /*
// catch up index abstracts and join them; then call peers again to submit their urls // 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(); Iterator i = rcAbstracts.entrySet().iterator();
Map.Entry entry; Map.Entry entry;

View File

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