mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
Modified the project structure, removed module extension and went instead for a non-complete core dependency graph
This commit is contained in:
@@ -20,13 +20,4 @@ public class SystemModule {
|
||||
return new SystemTimer();
|
||||
}
|
||||
|
||||
@Provides
|
||||
public SeedProvider provideSeedProvider() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Provides
|
||||
public LocationUtils provideLocationUtils() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user