mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
reduced visibility of test classes [ci skip]
This commit is contained in:
@@ -8,7 +8,7 @@ import dagger.Component;
|
||||
|
||||
@Singleton
|
||||
@Component(modules = CryptoTestModule.class)
|
||||
public interface CryptoTestComponent {
|
||||
interface CryptoTestComponent {
|
||||
|
||||
Cryptor cryptor();
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import dagger.Module;
|
||||
import dagger.Provides;
|
||||
|
||||
@Module
|
||||
public class CryptoTestModule {
|
||||
class CryptoTestModule {
|
||||
|
||||
@Provides
|
||||
@SuppressWarnings("deprecation")
|
||||
|
||||
Reference in New Issue
Block a user