commons.java subversion repository
sventon subversion web client - http://www.sventon.org |
[show recent changes] | |
Rev: 688 - https://secure.bioinfweb.info/Code/svn/commons.java / trunk / main / info.bioinfweb.commons.core / src / info / bioinfweb / commons / progress / AbstractProgressMonitor.java |
Unified Diff View - AbstractProgressMonitor.java |
/trunk/main/info.bioinfweb.commons.core/src/info/bioinfweb/commons/progress/AbstractProgressMonitor.java @ revision 687 |
---|
/trunk/main/info.bioinfweb.commons.core/src/info/bioinfweb/commons/progress/AbstractProgressMonitor.java @ revision 688 |
@@ -30,9 +30,6 @@ private String text = ""; - /* (non-Javadoc) - * @see info.bioinfweb.commons.progress.ProgressMonitor#getProgressValue() - */ @Override public double getProgressValue() { return progress; @@ -70,6 +67,6 @@ @Override public void addToProgressValue(double addend, String text) { - addToProgressValue(addend, getProgressText()); + setProgressValue(getProgressValue() + addend, text); } } |
sventon 2.5.1