mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Rename Description to Label
This commit is contained in:
		
							parent
							
								
									ca35b5e544
								
							
						
					
					
						commit
						548e2a7ab8
					
				
					 4 changed files with 19 additions and 19 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
	
	 misaochan
						misaochan