Skip to content

Commit ab0795e

Browse files
authored
Update Execute.java
1 parent e893923 commit ab0795e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appsScript/execute/src/main/java/Execute.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
public class Execute {
18-
// [START apps_script_execute]
18+
// [START apps_script_api_execute]
1919
/**
2020
* Create a HttpRequestInitializer from the given one, except set
2121
* the HTTP read timeout to be longer than the default (to allow
@@ -137,5 +137,5 @@ public static void main(String[] args) throws IOException {
137137
e.printStackTrace(System.out);
138138
}
139139
}
140-
// [END apps_script_execute]
140+
// [END apps_script_api_execute]
141141
}

0 commit comments

Comments
 (0)