Adding return tag info
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@597283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
11575edd7e
commit
fa5bec39ff
|
@ -59,7 +59,7 @@ public class NameKeyedMetaFormat extends MetaFormatSupport {
|
||||||
*
|
*
|
||||||
* @param key
|
* @param key
|
||||||
* @param format
|
* @param format
|
||||||
* @return
|
* @return Builder reference to this object
|
||||||
*/
|
*/
|
||||||
public Builder put(String key, Format format) {
|
public Builder put(String key, Format format) {
|
||||||
keyedFormats.put(key, format);
|
keyedFormats.put(key, format);
|
||||||
|
|
Loading…
Reference in New Issue