am fd5ec27b: Merge "Add Java doc comments on script group name reuse" into mnc-dev

* commit 'fd5ec27bf95cca86008cd18bdd5a367eb00c7730':
  Add Java doc comments on script group name reuse
This commit is contained in:
Yang Ni
2015-06-29 20:49:08 +00:00
committed by Android Git Automerger

View File

@@ -995,6 +995,8 @@ public final class ScriptGroup extends BaseObj {
*
* @param name name for the script group. Legal names can only contain letters, digits,
* '-', or '_'. The name can be no longer than 100 characters.
* Try to use unique names, to avoid name conflicts and reduce
* the cost of group creation.
* @param outputs futures intended as outputs of the script group
* @return a script group
*/