Skip to content

Commit

Permalink
Update Film$ import
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Jun 2, 2023
1 parent be98c66 commit 0844b4c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,9 +1,9 @@
package com.speedment.jpastreamer.demo.quarkus.repository;

import com.speedment.jpastreamer.application.JPAStreamer;
import com.speedment.jpastreamer.demo.quarkus.Film$;
import com.speedment.jpastreamer.demo.quarkus.model.Actor;
import com.speedment.jpastreamer.demo.quarkus.model.Film;
import com.speedment.jpastreamer.demo.quarkus.model.Film$;
import com.speedment.jpastreamer.streamconfiguration.StreamConfiguration;
import io.quarkus.hibernate.orm.panache.PanacheRepository;
import jakarta.enterprise.context.ApplicationScoped;
Expand Down

0 comments on commit 0844b4c

Please sign in to comment.