Skip to content

Commit

Permalink
Remove @component annotation from abstract class
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
palina-krukovich and coderabbitai[bot] authored Oct 23, 2024
1 parent 29ea23e commit 9cb2e36
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import java.math.BigDecimal;
import java.util.*;

@Component
@ConditionalOnProperty(value = "notifications.enabled")
public abstract class NotificationService {

private static final List<String> acceptableTypes = Arrays.asList("FLOOD", "EARTHQUAKE", "CYCLONE", "VOLCANO", "WILDFIRE");
Expand Down

0 comments on commit 9cb2e36

Please sign in to comment.