提交 c6deabb1 编写于 作者: J Jesse Glick

Forgotten @since.

上级 64e5a4c0
......@@ -359,6 +359,7 @@ public class EnvVars extends TreeMap<String,String> {
/**
* Add a key/value but only if the value is not-null. Otherwise no-op.
* @since 1.556
*/
public void putIfNotNull(String key, String value) {
if (value!=null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册