fix a build break due to merge

This commit is contained in:
Anu Engineer 2016-10-21 15:41:14 -07:00 committed by Owen O'Malley
parent b186fc81f7
commit 964daed853
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class StorageContainerManager
for (int r = 0; r < reports.length; r++) {
final BlockListAsLongs storageContainerList = reports[r].getBlocks();
blockManager.processReport(registration, reports[r].getStorage(),
storageContainerList, context, r == (reports.length - 1));
storageContainerList, context);
}
return null;
}