[EMAIL PROTECTED] a écrit :
- List<String> list = PropertyConverter.split((String) value, getListDelimiter()); + List<String> list = PropertyConverter.split((String) value, + getListDelimiter());
Oliver, could you increase the line length setting of your IDE to 120 please ? Wrapping at 80 characters is quite restrictive and doesn't improve the readability.
Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
