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:
Henri Yandell 2007-11-22 01:44:38 +00:00
parent 11575edd7e
commit fa5bec39ff
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public static class Builder {
*
* @param key
* @param format
* @return
* @return Builder reference to this object
*/
public Builder put(String key, Format format) {
keyedFormats.put(key, format);