We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd72ef commit 91f42b9Copy full SHA for 91f42b9
apps/sparkpost-samples-app/src/main/java/com/sparkpost/samples/SendEmailWithSubstitutionSample.java
@@ -23,7 +23,7 @@
23
24
public class SendEmailWithSubstitutionSample extends SparkPostBaseApp {
25
26
- static final Logger logger = Logger.getLogger(CreateTemplateSimple.class);
+ static final Logger logger = Logger.getLogger(SendEmailWithSubstitutionSample.class);
27
28
private Client client;
29
0 commit comments