Refactor: move strategies in a package, other minor modification
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package notificationSendingStrategies;
|
||||
|
||||
public interface SendNotificationStrategy {
|
||||
String makeContent(String message);
|
||||
}
|
||||
Reference in New Issue
Block a user