提交 b190f8f5 编写于 作者: K Kohsuke Kawaguchi

doc improvement

上级 52ee980c
...@@ -56,6 +56,9 @@ public class AutoCompletionCandidates implements HttpResponse { ...@@ -56,6 +56,9 @@ public class AutoCompletionCandidates implements HttpResponse {
return this; return this;
} }
/**
* Exposes the raw value, in case you want to modify {@link List} directly.
*/
public List<String> getValues() { public List<String> getValues() {
return values; return values;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册