Skip to content
Snippets Groups Projects
Verified Commit b3c0faaf authored by Torsten Grote's avatar Torsten Grote
Browse files

Add factory for easier creating of dependencies

parent 15128836
No related branches found
No related tags found
1 merge request!4Implement various tickets
package org.briarproject.onionwrapper;
import org.briarproject.nullsafety.NotNullByDefault;
@NotNullByDefault
public class CircumventionProviderFactory {
public static CircumventionProvider createCircumventionProvider() {
return new CircumventionProviderImpl();
}
}
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