Skip to content

Commit b2a1498

Browse files
committed
Apps Script quickstart region tag
1 parent 070d449 commit b2a1498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appsScript/quickstart/src/main/java/AppsScriptQuickstart.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
// [START apps_script_quickstart]
15+
// [START apps_script_api_quickstart]
1616
import com.google.api.client.auth.oauth2.Credential;
1717
import com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp;
1818
import com.google.api.client.extensions.jetty.auth.oauth2.LocalServerReceiver;
@@ -96,4 +96,4 @@ public static void main(String... args) throws IOException, GeneralSecurityExcep
9696
System.out.printf("https://script.google.com/d/%s/edit\n", updatedContent.getScriptId());
9797
}
9898
}
99-
// [END apps_script_quickstart]
99+
// [END apps_script_api_quickstart]

0 commit comments

Comments
 (0)