Skip to content

Commit

Permalink
Refactored brain code into brain
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-eilertsen committed Dec 21, 2024
1 parent 803cf60 commit 179bdb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.springframework.stereotype.Service;

@Service
public class InteractionService implements
public class BrainInteractionService implements
SomethingHappenedInTheEnvironmentUseCase,
SomethingWasSaidUseCase,
SomethingWasTextedUseCase {
Expand Down

0 comments on commit 179bdb2

Please sign in to comment.