Skip to content

Commit

Permalink
[APPEND][FSTORE-1133] Add EJB to EmbeddingController (#1694)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0fd8bd1)

# Conflicts:
#	hopsworks-common/src/main/java/io/hops/hopsworks/common/featurestore/online/OnlineFeaturestoreController.java
  • Loading branch information
kennethmhc committed Feb 9, 2024
1 parent d08bc56 commit d4d9904
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public class OnlineFeaturestoreController {
private ProjectController projectController;
@EJB
private ProjectTeamFacade projectTeamFacade;
@EJB
private EmbeddingController embeddingController;

/**
Expand Down

0 comments on commit d4d9904

Please sign in to comment.