Skip to content

Commit 9b9a53c

Browse files
chore(compute): remove old region tag (GoogleCloudPlatform#9983)
1 parent 92e20b6 commit 9b9a53c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compute/mailjet/src/main/java/com/example/compute/mailjet/MailjetSender.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
// [END compute_mailjet_imports]
3131

3232
// [START compute_mailjet_send_email]
33-
// [START app]
3433
public class MailjetSender {
3534

3635
public static void main(String[] args) throws MailjetException {
@@ -82,5 +81,4 @@ public MailjetResponse sendMailjet(String recipient, String sender, MailjetClien
8281
}
8382
}
8483
}
85-
// [END app]
8684
// [END compute_mailjet_send_email]

0 commit comments

Comments
 (0)