ItEr60S04ValidacionEProbasFuncionaisItEr59S04: [Bug #583] Fixed sorting the resources text showed.

This commit is contained in:
Manuel Rego Casasnovas 2010-08-11 12:03:03 +02:00
parent 258d1b4ba0
commit a68b76049e

View file

@ -475,6 +475,7 @@ public class TaskElementAdapter implements ITaskElementAdapter {
}
}
}
Collections.sort(result);
return StringUtils.join(result, ", ");
}