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

ContextSingleton annotation isn't needed for immutable class.

parent 250afa76
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ import java.util.logging.Logger; ...@@ -10,7 +10,6 @@ import java.util.logging.Logger;
import org.briarproject.api.system.LocationUtils; import org.briarproject.api.system.LocationUtils;
import roboguice.inject.ContextSingleton;
import android.annotation.SuppressLint; import android.annotation.SuppressLint;
import android.content.Context; import android.content.Context;
import android.location.Address; import android.location.Address;
...@@ -22,7 +21,6 @@ import android.text.TextUtils; ...@@ -22,7 +21,6 @@ import android.text.TextUtils;
import com.google.inject.Inject; import com.google.inject.Inject;
@ContextSingleton
class AndroidLocationUtils implements LocationUtils { class AndroidLocationUtils implements LocationUtils {
private static final Logger LOG = private static final Logger LOG =
......
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