Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshathSai committed May 16, 2024
1 parent d99f4f6 commit f7e7170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.akshathsaipittala.streamspace.services.resilience;
package com.akshathsaipittala.streamspace.resilience;

@FunctionalInterface
public interface RetryExecutor<T> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.akshathsaipittala.streamspace.services.resilience;
package com.akshathsaipittala.streamspace.resilience;

import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.akshathsaipittala.streamspace.web.controllers;

import com.akshathsaipittala.streamspace.dto.youtube.YouTubeResponseDTO;
import com.akshathsaipittala.streamspace.services.resilience.RetryService;
import com.akshathsaipittala.streamspace.resilience.RetryService;
import com.akshathsaipittala.streamspace.web.crawlers.YoutubeCrawler;
import io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxResponse;
import lombok.RequiredArgsConstructor;
Expand Down

0 comments on commit f7e7170

Please sign in to comment.