mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
ContextSingleton annotation isn't needed for immutable class.
This commit is contained in:
@@ -10,7 +10,6 @@ import java.util.logging.Logger;
|
||||
|
||||
import org.briarproject.api.system.LocationUtils;
|
||||
|
||||
import roboguice.inject.ContextSingleton;
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
||||
import android.location.Address;
|
||||
@@ -22,7 +21,6 @@ import android.text.TextUtils;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
|
||||
@ContextSingleton
|
||||
class AndroidLocationUtils implements LocationUtils {
|
||||
|
||||
private static final Logger LOG =
|
||||
|
||||
Reference in New Issue
Block a user