Scratch that.
This commit is contained in:
@@ -48,9 +48,7 @@ public class MetaProgressObserver implements ProgressObserver
|
||||
// documentation inherited from interface
|
||||
public void progress (int percent)
|
||||
{
|
||||
if (_elementSize > 0) {
|
||||
_target.progress((int)((_accum + (percent * _elementSize)) / _totalSize));
|
||||
}
|
||||
_target.progress((int)((_accum + (percent * _elementSize)) / _totalSize));
|
||||
}
|
||||
|
||||
protected ProgressObserver _target;
|
||||
|
||||
Reference in New Issue
Block a user