Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbb6fd58 authored by Yang Ni's avatar Yang Ni
Browse files

Add Java doc comments on script group name reuse

b/21999787

Change-Id: Id9a7bad4ce91f3afdd82a1288cf94430f3aef9bb
parent 44e3a4cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
         */