*) removing getTotalRuntime

- not needed anymore

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

@ -96,10 +96,6 @@ public abstract class AbstractImporter extends Thread implements dbImporter{
public int getJobID() { public int getJobID() {
return this.jobID; 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() { public long getElapsedTime() {

Loading…
Cancel
Save