Skip to content
Snippets Groups Projects
Commit 4166cbdf authored by Viceníková Jitka's avatar Viceníková Jitka
Browse files

refactor

parent 0bbbedb2
No related branches found
No related tags found
2 merge requests!54Merge develop into main,!40Fix notification module
Pipeline #
package cz.muni.pa165.config; package cz.muni.pa165.config;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import org.springframework.mail.javamail.JavaMailSender; import org.springframework.mail.javamail.JavaMailSender;
...@@ -27,5 +26,4 @@ public class MailConfig { ...@@ -27,5 +26,4 @@ public class MailConfig {
return mailSender; return mailSender;
} }
} }
\ No newline at end of file
...@@ -13,7 +13,7 @@ public class NotificationFacade { ...@@ -13,7 +13,7 @@ public class NotificationFacade {
private final NotificationService notificationService; private final NotificationService notificationService;
@Autowired @Autowired
public NotificationFacade(NotificationService notificationService){ public NotificationFacade(NotificationService notificationService) {
this.notificationService = notificationService; this.notificationService = notificationService;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment