mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
minor tweaks
This commit is contained in:
@@ -28,7 +28,7 @@ public class DataModule {
|
||||
}
|
||||
|
||||
@Provides
|
||||
MetadataEncoder provideMetaDataEncoider(BdfWriterFactory bdfWriterFactory) {
|
||||
MetadataEncoder provideMetaDataEncoder(BdfWriterFactory bdfWriterFactory) {
|
||||
return new MetadataEncoderImpl(bdfWriterFactory);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user