no code changes. just touched yacyClient.java to trigger a rebuild of the file in an uncleaned tree.

NOTE: run "ant clean" before building SVN 4166/4167 in a tree that includes class files from a previous build to make sure, that every class file is rebuilt!

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4167 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
fuchsi 18 years ago
parent f717beecb1
commit 38bbd4a4b3

@ -219,7 +219,7 @@ public final class yacyClient {
} }
//final Date remoteTime = yacyCore.parseUniversalDate((String) result.get(yacySeed.MYTIME)); // read remote time //final Date remoteTime = yacyCore.parseUniversalDate((String) result.get(yacySeed.MYTIME)); // read remote time
// read the seeds that the peer returned and integrate them into own database // read the seeds that the peer returned and integrate them into own database
int i = 0; int i = 0;
int count = 0; int count = 0;
@ -384,7 +384,7 @@ public final class yacyClient {
post.putASIS("constraint", constraint.exportB64()); post.putASIS("constraint", constraint.exportB64());
if (abstractCache != null) post.putASIS("abstracts", "auto"); if (abstractCache != null) post.putASIS("abstracts", "auto");
final long timestamp = System.currentTimeMillis(); final long timestamp = System.currentTimeMillis();
// send request // send request
HashMap result = null; HashMap result = null;
try { try {
@ -555,7 +555,7 @@ public final class yacyClient {
} }
} }
} }
// generate statistics // generate statistics
long searchtime; long searchtime;
try { try {

Loading…
Cancel
Save