Skip to content

Commit

Permalink
feat(feedback): remove final keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
woowahan-neo committed Mar 3, 2025
1 parent 5d2f5bf commit b7e5b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@Profile({"prod", "dev"})
@Component
public final class AzureOpenAiFeedbackProvider implements QnaFeedbackProvider {
public class AzureOpenAiFeedbackProvider implements QnaFeedbackProvider {

private static final Logger log = LoggerFactory.getLogger(AzureOpenAiFeedbackProvider.class);

Expand Down

0 comments on commit b7e5b64

Please sign in to comment.