*) undoing last commit.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1856 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent a84cc71218
commit fb4100d47b

@ -96,6 +96,10 @@ public abstract class AbstractImporter extends Thread implements dbImporter{
public int getJobID() {
return this.jobID;
}
public long getTotalRuntime() {
return (this.globalEnd == 0)?System.currentTimeMillis()-(this.globalStart+this.globalPauseDuration):this.globalEnd-(this.globalStart+this.globalPauseDuration);
}
public long getElapsedTime() {

Loading…
Cancel
Save