English is hard
This commit is contained in:
parent
054a02ba76
commit
f51b938893
@ -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");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user