Skip to content

Commit

Permalink
*) removing getTotalRuntime
Browse files Browse the repository at this point in the history
   - not needed anymore

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1855 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed Mar 8, 2006
1 parent f108048 commit a84cc71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/de/anomic/plasma/dbImport/AbstractImporter.java
Expand Up @@ -96,10 +96,6 @@ public boolean isStopped() {

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() {
Expand Down

0 comments on commit a84cc71

Please sign in to comment.