mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-31 23:03:54 +01:00
fix style issue
This commit is contained in:
parent
7aaf9cb59a
commit
4170ea5081
1 changed files with 1 additions and 1 deletions
|
|
@ -41,6 +41,6 @@ public class PlacesLocalDataSource {
|
||||||
* Deletes a Place object from the database
|
* Deletes a Place object from the database
|
||||||
* based on the provided entity.
|
* based on the provided entity.
|
||||||
*/
|
*/
|
||||||
public void deletePlace(final Place place) {placeDao.deletePlace(place);}
|
public void deletePlace(final Place place) {placeDao.deletePlace(place);}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue