Skip to content
Snippets Groups Projects
Verified Commit 233af699 authored by akwizgran's avatar akwizgran
Browse files

Add TODOs.

parent 6f6ba38d
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ import org.briarproject.bramble.api.lifecycle.IoExecutor; ...@@ -4,6 +4,8 @@ import org.briarproject.bramble.api.lifecycle.IoExecutor;
import java.util.List; import java.util.List;
// TODO: Create a module for this so it doesn't have to be public
public interface CircumventionProvider { public interface CircumventionProvider {
/** /**
......
...@@ -16,6 +16,8 @@ import java.util.Set; ...@@ -16,6 +16,8 @@ import java.util.Set;
import javax.annotation.Nullable; import javax.annotation.Nullable;
import javax.inject.Inject; import javax.inject.Inject;
// TODO: Create a module for this so it doesn't need to be public
public class CircumventionProviderImpl implements CircumventionProvider { public class CircumventionProviderImpl implements CircumventionProvider {
private final static String BRIDGE_FILE_NAME = "bridges"; private final static String BRIDGE_FILE_NAME = "bridges";
......
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