21 May
2012
21 May
'12
7:19 a.m.
Autant pour le private -> protected, je suis d'accord, par contre pour la disparition du final, je me demande pourquoi ? Au contraire, je trouve que ça a plus de sens... Arnaud Le 16/05/2012 14:41, echatellier@users.chorem.org a écrit :
public enum ComboBoxDatesEnum {
FISCAL_PERIOD(_("lima.enum.comboboxperiod.fiscalperiod")), FINANCIAL_PERIOD(_("lima.enum.comboboxperiod.financialperiod")), PERIOD(_("lima.enum.comboboxperiod.period"));
- private final String description; + protected String description;
ComboBoxDatesEnum(String description) { this.description = description;