Skip to content

Commit 7e4b30b

Browse files
authored
fix(compute): delete old region tag (#9980)
* fix(compute): delete old region tag * fix(compute): delete old region tag
1 parent cf29f4a commit 7e4b30b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

compute/sendgrid/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@
3838

3939
<dependencies>
4040
<!-- [START compute_sendgrid_dependencies_java] -->
41-
<!-- [START dependencies] -->
4241
<dependency>
4342
<groupId>com.sendgrid</groupId>
4443
<artifactId>sendgrid-java</artifactId>
4544
<version>4.10.1</version>
4645
</dependency>
47-
<!-- [END dependencies] -->
4846
<!-- [END compute_sendgrid_dependencies_java] -->
4947
</dependencies>
5048
<build>

compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import java.io.IOException;
2727

2828
// [START compute_sendgrid]
29-
// [START example]
3029
public class SendEmailServlet {
3130
static final String SENDGRID_API_KEY = "YOUR-SENDGRID-API-KEY";
3231
static final String SENDGRID_SENDER = "YOUR-SENDGRID-FROM-EMAIL";
@@ -65,5 +64,4 @@ public static void main(String[] args) throws IOException {
6564
}
6665

6766
}
68-
// [END example]
6967
// [END compute_sendgrid]

0 commit comments

Comments
 (0)