We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Newcastle UK -> Newcastle GB
diff --git a/src/main/java/org/infinispan/tutorial/embedded/WeatherApp.java b/src/main/java/org/infinispan/tutorial/embedded/WeatherApp.java index cc029b8..02973ce 100644 --- a/src/main/java/org/infinispan/tutorial/embedded/WeatherApp.java +++ b/src/main/java/org/infinispan/tutorial/embedded/WeatherApp.java @@ -6,7 +6,7 @@ import org.infinispan.manager.EmbeddedCacheManager; public class WeatherApp { static final String[] locations = { "Rome, Italy", "Como, Italy", "Basel, Switzerland", "Bern, Switzerland", - "London, UK", "Newcastle, UK", "Bucarest, Romania", "Cluj-Napoca, Romania", "Ottawa, Canada", + "London, UK", "Newcastle, GB", "Bucarest, Romania", "Cluj-Napoca, Romania", "Ottawa, Canada", "Toronto, Canada", "Lisbon, Portugal", "Porto, Portugal", "Raleigh, USA", "Washington, USA" }; private final EmbeddedCacheManager cacheManager; private final WeatherService weatherService;
The text was updated successfully, but these errors were encountered:
I fixed this issue and modified open weather map api parameters, can i make a pull request on Step 0?
Sorry, something went wrong.
yes please
No branches or pull requests
Fix: Newcastle UK -> Newcastle GB
The text was updated successfully, but these errors were encountered: