Révision 1313
tmp/org.txm.core/src/java/org/txm/core/messages/TXMCoreMessages.java (revision 1313) | ||
---|---|---|
186 | 186 |
* @return the given message's substitution locations with the given string values. |
187 | 187 |
*/ |
188 | 188 |
public static String bind(String message, Object... bindings) { |
189 |
return bind(message, bindings); |
|
189 |
return NLS.bind(message, bindings);
|
|
190 | 190 |
} |
191 | 191 |
|
192 | 192 |
static { |
Formats disponibles : Unified diff