English is hard

This commit is contained in:
mathias 2021-09-01 19:20:14 +02:00
parent 054a02ba76
commit f51b938893
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -17,7 +17,7 @@ public class QueryExample {
// We then can create a hashmap with all where-parameters // We then can create a hashmap with all where-parameters
HashMap<String, Object> whereList = new HashMap<>(); HashMap<String, Object> whereList = new HashMap<>();
// Now we can now add some values to the 'where'-list // Now we can add some values to the 'where'-list
whereList.put("username", "GNM"); whereList.put("username", "GNM");
whereList.put("email", "germannewsmaker@gmail.com"); whereList.put("email", "germannewsmaker@gmail.com");