mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
branch cleanup
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
package org.briarproject.plugins;
|
||||
|
||||
public class PluginsModuleExtension extends PluginsModule {
|
||||
|
||||
// @Inject @Named("AndroidDuplexPluginConfig")
|
||||
// DuplexPluginConfig duplexPluginConfig;
|
||||
|
||||
public PluginsModuleExtension() {
|
||||
|
||||
}
|
||||
|
||||
// @Override
|
||||
// SimplexPluginConfig provideSimplexPluginConfig() {
|
||||
// return new SimplexPluginConfig() {
|
||||
// public Collection<SimplexPluginFactory> getFactories() {
|
||||
// return Collections.emptyList();
|
||||
// }
|
||||
// };
|
||||
// }
|
||||
|
||||
/*
|
||||
@Override
|
||||
public DuplexPluginConfig provideDuplexPluginConfig(
|
||||
@IoExecutor Executor ioExecutor, AndroidExecutor androidExecutor,
|
||||
SecureRandom random, BackoffFactory backoffFactory,
|
||||
LocationUtils locationUtils, EventBus eventBus) {
|
||||
// return duplexPluginConfig;
|
||||
// @Inject @Named("AndroidDuplexPluginConfig")
|
||||
// DuplexPluginConfig andoridDuplexPlugin;
|
||||
// return andoridDuplexPlugin;
|
||||
// }
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user