Skip to content

Commit

Permalink
make class public
Browse files Browse the repository at this point in the history
  • Loading branch information
bpodgursky committed Jun 13, 2019
1 parent 37a9483 commit 10995f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import com.liveramp.java_support.alerts_handler.configs.AlertsHandlerConfig;

class StaticEmailRecipient implements AlertRecipient {
public class StaticEmailRecipient implements AlertRecipient {
private final String recipient;

public StaticEmailRecipient(String recipient) {
Expand Down

0 comments on commit 10995f1

Please sign in to comment.