mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Clean-up
This commit is contained in:
		
							parent
							
								
									8783138e9e
								
							
						
					
					
						commit
						0ef25f4676
					
				
					 2 changed files with 0 additions and 4 deletions
				
			
		|  | @ -1,11 +1,9 @@ | ||||||
| package fr.free.nrw.commons.nearby; | package fr.free.nrw.commons.nearby; | ||||||
| 
 | 
 | ||||||
| import androidx.room.Dao; | import androidx.room.Dao; | ||||||
| import androidx.room.Delete; |  | ||||||
| import androidx.room.Insert; | import androidx.room.Insert; | ||||||
| import androidx.room.OnConflictStrategy; | import androidx.room.OnConflictStrategy; | ||||||
| import androidx.room.Query; | import androidx.room.Query; | ||||||
| import fr.free.nrw.commons.location.LatLng; |  | ||||||
| import io.reactivex.Completable; | import io.reactivex.Completable; | ||||||
| 
 | 
 | ||||||
| /** | /** | ||||||
|  |  | ||||||
|  | @ -1,6 +1,5 @@ | ||||||
| package fr.free.nrw.commons.nearby; | package fr.free.nrw.commons.nearby; | ||||||
| 
 | 
 | ||||||
| import fr.free.nrw.commons.location.LatLng; |  | ||||||
| import io.reactivex.Completable; | import io.reactivex.Completable; | ||||||
| import javax.inject.Inject; | import javax.inject.Inject; | ||||||
| 
 | 
 | ||||||
|  | @ -36,5 +35,4 @@ public class PlacesLocalDataSource { | ||||||
|     public Completable savePlace(Place place) { |     public Completable savePlace(Place place) { | ||||||
|         return placeDao.save(place); |         return placeDao.save(place); | ||||||
|     } |     } | ||||||
| 
 |  | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christo Joby Antony
						Christo Joby Antony