Skip to content

Commit

Permalink
fix(compute): delete old region tag (#9980)
Browse files Browse the repository at this point in the history
* fix(compute): delete old region tag

* fix(compute): delete old region tag
  • Loading branch information
OremGLG authored Jan 18, 2025
1 parent cf29f4a commit 7e4b30b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions compute/sendgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@

<dependencies>
<!-- [START compute_sendgrid_dependencies_java] -->
<!-- [START dependencies] -->
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<version>4.10.1</version>
</dependency>
<!-- [END dependencies] -->
<!-- [END compute_sendgrid_dependencies_java] -->
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -65,5 +64,4 @@ public static void main(String[] args) throws IOException {
}

}
// [END example]
// [END compute_sendgrid]

0 comments on commit 7e4b30b

Please sign in to comment.