Skip to content

Commit b457946

Browse files
committed
refactor: remove redundant snippet markers from Mailjet import sections
1 parent 116b2eb commit b457946

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

appengine-java8/mailjet/src/main/java/com/example/appengine/mailjet/MailjetServlet.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
// [START mailjet_imports]
18-
1917
package com.example.appengine.mailjet;
2018

2119
import com.mailjet.client.ClientOptions;
@@ -32,8 +30,6 @@
3230
import org.json.JSONArray;
3331
import org.json.JSONObject;
3432

35-
// [END mailjet_imports]
36-
3733
// [START app]
3834
@SuppressWarnings("serial")
3935
public class MailjetServlet extends HttpServlet {

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package com.example.compute.mailjet;
1818

19-
// [START compute_mailjet_imports]
20-
2119
import com.mailjet.client.ClientOptions;
2220
import com.mailjet.client.MailjetClient;
2321
import com.mailjet.client.MailjetRequest;
@@ -27,8 +25,6 @@
2725
import org.json.JSONArray;
2826
import org.json.JSONObject;
2927

30-
// [END compute_mailjet_imports]
31-
3228
// [START compute_mailjet_send_email]
3329
public class MailjetSender {
3430

0 commit comments

Comments
 (0)