Skip to content

Commit 91f42b9

Browse files
committed
Fixes copy paste for Logger name.
1 parent 4fd72ef commit 91f42b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sparkpost-samples-app/src/main/java/com/sparkpost/samples/SendEmailWithSubstitutionSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
public class SendEmailWithSubstitutionSample extends SparkPostBaseApp {
2525

26-
static final Logger logger = Logger.getLogger(CreateTemplateSimple.class);
26+
static final Logger logger = Logger.getLogger(SendEmailWithSubstitutionSample.class);
2727

2828
private Client client;
2929

0 commit comments

Comments
 (0)