In the 2nd line, IDEA allows you to inline the parameter pk_args,
final Object[] pk_args = {i_value0};
return i_pattern.format(pk_args);
into
return i_pattern.format({i_value0});but this code does not compile : --Alain Ravet _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
