Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
rename and move
Browse files Browse the repository at this point in the history
  • Loading branch information
anludke authored and openshift-merge-robot committed Jul 31, 2023
1 parent acb3e02 commit c5605e4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.redhat.parodos;
package com.redhat.parodos.client;

import java.util.Base64;
import java.util.List;
Expand All @@ -18,11 +18,11 @@

@Slf4j
@Component
public class NotificationSender implements Notifier {
public class NotificationSenderClient implements Notifier {

private final NotificationMessageApi client;

public NotificationSender(@Value("${notification.url}") String url,
public NotificationSenderClient(@Value("${notification.url}") String url,
@Value("${notification.auth.basic.user}") String user,
@Value("${notification.auth.basic.password}") String password) {
ApiClient apiClient = new com.redhat.parodos.notification.sdk.api.ApiClient().setBasePath(url).addDefaultHeader(
Expand Down

0 comments on commit c5605e4

Please sign in to comment.