File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cayenne-server/src/test/java/org/apache/cayenne/access Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525import org .apache .cayenne .PersistenceState ;
2626import org .apache .cayenne .Persistent ;
2727import org .apache .cayenne .ValueHolder ;
28+ import org .apache .cayenne .configuration .server .ServerRuntime ;
2829import org .apache .cayenne .di .Inject ;
2930import org .apache .cayenne .query .ObjectSelect ;
30- import org .apache .cayenne .runtime .CayenneRuntime ;
3131import org .apache .cayenne .test .jdbc .DBHelper ;
3232import org .apache .cayenne .test .jdbc .TableHelper ;
3333import org .apache .cayenne .testdo .testmap .Artist ;
@@ -55,7 +55,7 @@ public class DataContextPrefetchMultistepIT extends ServerCase {
5555 protected DataContext context ;
5656
5757 @ Inject
58- protected CayenneRuntime runtime ;
58+ protected ServerRuntime runtime ;
5959
6060 @ Inject
6161 protected DBHelper dbHelper ;
You can’t perform that action at this time.
0 commit comments