Skip to content

Commit 8ad6c7a

Browse files
committed
Removes unused import.
1 parent 536d58b commit 8ad6c7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import org.apache.log4j.Level;
99
import org.apache.log4j.Logger;
1010

11-
import org.apache.commons.lang3.StringUtils;
12-
1311
import com.sparkpost.Client;
1412
import com.sparkpost.exception.SparkPostException;
1513
import com.sparkpost.model.AddressAttributes;
@@ -88,4 +86,3 @@ private void sendEmail(String from, String[] toRecipients, String[] bccRecipient
8886
}
8987

9088
}
91-

0 commit comments

Comments
 (0)