/**
* Formats a message with the given parameters.
- * @param params a Map of named parameters (Contents: <String, Object>)
+ * @param params a Map of named parameters (Contents: <String, Object>)
* @return the formatted message
*/
public String format(Map<String, Object> params) {
/**
* Formats a message with the given parameters.
- * @param params a Map of named parameters (Contents: <String, Object>)
+ * @param params a Map of named parameters (Contents: <String, Object>)
* @param target the target StringBuffer to write the formatted message to
*/
public void format(Map<String, Object> params, StringBuffer target) {