Skip to content

Commit

Permalink
move QueueProcessor to the async package
Browse files Browse the repository at this point in the history
  • Loading branch information
barneyb committed Apr 25, 2024
1 parent e35ea69 commit 0f4c5ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.brennaswitzer.cookbook.services.indexing;
package com.brennaswitzer.cookbook.services.async;

import com.brennaswitzer.cookbook.util.NamedParameterQuery;
import lombok.extern.slf4j.Slf4j;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.brennaswitzer.cookbook.services.indexing;

import com.brennaswitzer.cookbook.services.async.QueueProcessor;
import com.brennaswitzer.cookbook.util.NamedParameterQuery;
import org.springframework.core.annotation.Order;
import org.springframework.scheduling.annotation.Scheduled;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.brennaswitzer.cookbook.services.indexing;

import com.brennaswitzer.cookbook.services.async.QueueProcessor;
import com.brennaswitzer.cookbook.util.NamedParameterQuery;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
Expand Down

0 comments on commit 0f4c5ee

Please sign in to comment.