Skip to content
Snippets Groups Projects
Unverified Commit ee6379cb authored by akwizgran's avatar akwizgran
Browse files

Fixed missing Inject annotation.

parent 062b9875
No related branches found
No related tags found
No related merge requests found
package org.briarproject.sync;
import com.google.inject.Inject;
import org.briarproject.api.UniqueId;
import org.briarproject.api.contact.Contact;
import org.briarproject.api.data.BdfWriter;
......@@ -18,6 +20,7 @@ class PrivateGroupFactoryImpl implements PrivateGroupFactory {
private final GroupFactory groupFactory;
private final BdfWriterFactory bdfWriterFactory;
@Inject
PrivateGroupFactoryImpl(GroupFactory groupFactory,
BdfWriterFactory bdfWriterFactory) {
this.groupFactory = groupFactory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment