mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Rename Description to Label to prevent misunderstandings
This commit is contained in:
parent
b27163906b
commit
dd9976cfff
5 changed files with 21 additions and 22 deletions
|
|
@ -30,9 +30,9 @@ import static org.junit.Assert.assertNotNull;
|
|||
@Config(constants = BuildConfig.class, sdk = 21, application = TestCommonsApplication.class)
|
||||
public class NearbyAdapterFactoryTest {
|
||||
|
||||
private static final Place PLACE = new Place("name", Place.Description.AIRPORT,
|
||||
private static final Place PLACE = new Place("name", Place.Label.AIRPORT,
|
||||
"desc", null, new LatLng(38.6270, -90.1994, 0), null);
|
||||
private static final Place UNKNOWN_PLACE = new Place("name", Place.Description.UNKNOWN,
|
||||
private static final Place UNKNOWN_PLACE = new Place("name", Place.Label.UNKNOWN,
|
||||
"desc", null, new LatLng(39.7392, -104.9903, 0), null);
|
||||
private Place clickedPlace;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue