Server: make DhfsFileServiceSimpleTestImpl abstract

so that IDEA doesn't try to run it
This commit is contained in:
2025-03-23 22:36:15 +01:00
parent 4c5fd91050
commit 035f64df5a

View File

@@ -39,7 +39,7 @@ class Profiles {
}
}
public class DhfsFileServiceSimpleTestImpl {
public abstract class DhfsFileServiceSimpleTestImpl {
@Inject
DhfsFileService fileService;
@Inject