{
map.put(line.getPlaque(), line);
}
}
final CategorieParticipante catPart = this.categorieParticipanteController
.getCategorieParticipante(this.saison, categorie);
if (catPart.getPlaqueMin() != null && catPart.getPlaqueMax() != null)
{
for (int i = catPart.getPlaqueMin(); i <= catPart.getPlaqueMax(); i++)
{
if (!map.containsKey(new Integer(i).toString()))
{
map.put(new Integer(i).toString(), new PlaqueAttribueeLine(
new Integer(i).toString()));