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

Commit d94862a5 authored by Yang Ni's avatar Yang Ni Committed by Android Git Automerger
Browse files

am 0d241c26: am a06c819c: am 20e16f4f: Merge "Elaborate on description of...

am 0d241c26: am a06c819c: am 20e16f4f: Merge "Elaborate on description of ScriptGroup.execute" into mnc-dev

* commit '0d241c26':
  Elaborate on description of ScriptGroup.execute
parents a81e9f82 0d241c26
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -400,8 +400,10 @@ public final class ScriptGroup extends BaseObj {
    /**
     * Executes a script group
     *
     * @param inputs inputs to the script group
     * @return outputs of the script group as an array of objects
     * @param inputs Values for inputs to the script group, in the order as the
     *        inputs are added via {@link Builder2#addInput}.
     * @return Outputs of the script group as an array of objects, in the order
     *         as futures are passed to {@link Builder2#create}.
     */

    public Object[] execute(Object... inputs) {