From f51b938893308875590715c7297afceb98ae340b Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 1 Sep 2021 19:20:14 +0200 Subject: [PATCH] English is hard --- src/examples/java/QueryExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/java/QueryExample.java b/src/examples/java/QueryExample.java index 88e7072..572c3e9 100644 --- a/src/examples/java/QueryExample.java +++ b/src/examples/java/QueryExample.java @@ -17,7 +17,7 @@ public class QueryExample { // We then can create a hashmap with all where-parameters HashMap 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("email", "germannewsmaker@gmail.com");