ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Added interval label to queue tooltip

This commit is contained in:
Lorenzo Tilve 2010-06-15 20:21:58 +02:00 committed by Javier Moran Rua
parent be0dc524f4
commit 5ccfaa95bb

View file

@ -209,8 +209,8 @@ public class QueueComponent extends XulElement implements
final GenericResourceAllocation generic = (GenericResourceAllocation) resourceAllocation;
result.append(_("Criteria: {0} ", Criterion.getNames(generic.getCriterions())));
}
result.append("[" + element.getStartDate().toString() + ","
+ element.getEndDate().toString() + "]");
result.append(_("Allocation: [{0}%,{1}%]", element.getStartDate()
.toString(), element.getEndDate()));
return result.toString();
}