Commit 893ead0f authored by Gary Gregory's avatar Gary Gregory
Browse files

Add missing Javadoc.

parent 1b9f1dfe
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -382,6 +382,11 @@ public class MapMessage implements MultiformatMessage, StringBuilderFormattable
sb.append('}');
}
/**
* Constructs a new instance based on an existing Map.
* @param map The Map.
* @return A new MapMessage
*/
public MapMessage newInstance(final Map<String, String> map) {
return new MapMessage(map);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment