From 7e4b30bb91b1b22bba0dfa5dbd8c30230a2f6ca8 Mon Sep 17 00:00:00 2001 From: OremGLG Date: Sat, 18 Jan 2025 01:55:48 +0000 Subject: [PATCH] fix(compute): delete old region tag (#9980) * fix(compute): delete old region tag * fix(compute): delete old region tag --- compute/sendgrid/pom.xml | 2 -- .../java/com/example/compute/sendgrid/SendEmailServlet.java | 2 -- 2 files changed, 4 deletions(-) diff --git a/compute/sendgrid/pom.xml b/compute/sendgrid/pom.xml index db13063897c..4ccf20f3415 100644 --- a/compute/sendgrid/pom.xml +++ b/compute/sendgrid/pom.xml @@ -38,13 +38,11 @@ - com.sendgrid sendgrid-java 4.10.1 - diff --git a/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java b/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java index 88a2778e51e..3b0359cec5c 100644 --- a/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java +++ b/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java @@ -26,7 +26,6 @@ import java.io.IOException; // [START compute_sendgrid] -// [START example] public class SendEmailServlet { static final String SENDGRID_API_KEY = "YOUR-SENDGRID-API-KEY"; static final String SENDGRID_SENDER = "YOUR-SENDGRID-FROM-EMAIL"; @@ -65,5 +64,4 @@ public static void main(String[] args) throws IOException { } } -// [END example] // [END compute_sendgrid] \ No newline at end of file