From 38bbd4a4b30c6b9d8032e6fd502e5381be3ece3e Mon Sep 17 00:00:00 2001 From: fuchsi Date: Fri, 19 Oct 2007 15:31:38 +0000 Subject: [PATCH] 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 --- source/de/anomic/yacy/yacyClient.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/de/anomic/yacy/yacyClient.java b/source/de/anomic/yacy/yacyClient.java index 95c0ec34b..aebeddadd 100644 --- a/source/de/anomic/yacy/yacyClient.java +++ b/source/de/anomic/yacy/yacyClient.java @@ -219,7 +219,7 @@ public final class yacyClient { } //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 int i = 0; int count = 0; @@ -384,7 +384,7 @@ public final class yacyClient { post.putASIS("constraint", constraint.exportB64()); if (abstractCache != null) post.putASIS("abstracts", "auto"); final long timestamp = System.currentTimeMillis(); - + // send request HashMap result = null; try { @@ -555,7 +555,7 @@ public final class yacyClient { } } } - + // generate statistics long searchtime; try {