Skip to content

Commit

Permalink
Removed unused constructor for ProgressHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelMess committed Dec 7, 2019
1 parent 070d454 commit 1b3a628
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,7 @@ public class ProgressHandler {
* callback interface to interact with process viewer fragment and notification
*/
private volatile ProgressListener progressListener;

/**
* Constructor to start an instance
* @param sourceFiles the total number of source files selected by the user for operation
*/
public ProgressHandler(int sourceFiles, long totalSize) {
this.sourceFiles = sourceFiles;
this.totalSize = totalSize;
}


/**
* Constructor to start an instance when we don't know of total files or size
*/
Expand Down

0 comments on commit 1b3a628

Please sign in to comment.