This closes #645

This commit is contained in:
Clebert Suconic 2016-07-26 14:26:33 -04:00
commit 7311c56d8f
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ public class ScaleDownHandler {
}
if (initialRef == null) {
lastRef = initialRef;
initialRef = lastRef;
}
else {
if (initialRef.equals(lastRef)) {