Fix scaledownhandler lookup duplicate handling

This commit is contained in:
Ville Skyttä 2016-07-19 11:24:49 +03:00 committed by Clebert Suconic
parent bac8ca5e79
commit 5c7ff4a593
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)) {