SAP-archive / cloud-weatherapp

New sample application demonstrating the interplay of several HCP services to develop a full fledged application.
Apache License 2.0
17 stars 17 forks source link

Changed RemoveFavoriteCity function #1

Closed sonaliddesai closed 8 years ago

sonaliddesai commented 8 years ago

@steinermatt Changed RemoveFavoriteCity function in order to resolve exception if same city is added multiple times as a favorite city. Now it will delete all instances of the same city name in the list and won't throw exception.