From 0c94927f633692265c6ffcc1b301f1607f2d24b9 Mon Sep 17 00:00:00 2001 From: sania-16 Date: Thu, 12 Sep 2024 11:37:19 +0530 Subject: [PATCH 1/2] issue #890 --- common/client/src/main/java/zingg/common/client/Client.java | 2 +- common/core/src/main/java/zingg/common/core/block/Canopy.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/client/src/main/java/zingg/common/client/Client.java b/common/client/src/main/java/zingg/common/client/Client.java index d9f249fa5..b9236944e 100644 --- a/common/client/src/main/java/zingg/common/client/Client.java +++ b/common/client/src/main/java/zingg/common/client/Client.java @@ -170,7 +170,7 @@ public void printAnalyticsBanner(boolean collectMetrics) { LOG.info("* runtime parameters. However, no user's personal data or application *"); LOG.info("* data is captured. If you want to switch off this feature, please *"); LOG.info("* set the flag collectMetrics to false in config. For details, please *"); - LOG.info("* refer to the Zingg docs (https://docs.zingg.ai/docs/security.html) *"); + LOG.info("* refer to the Zingg docs (https://docs.zingg.ai/zingg0.4.0/security) *"); LOG.info("**************************************************************************"); LOG.info(""); } diff --git a/common/core/src/main/java/zingg/common/core/block/Canopy.java b/common/core/src/main/java/zingg/common/core/block/Canopy.java index 09451c56d..d4e63a30d 100644 --- a/common/core/src/main/java/zingg/common/core/block/Canopy.java +++ b/common/core/src/main/java/zingg/common/core/block/Canopy.java @@ -250,10 +250,10 @@ public void estimateElimCount() { } else if (hash1 != null && hash2 != null && hash1.equals(hash2)) { dupeRemaining.add(r); - LOG.debug("NOT eliminatin " ); + LOG.debug("NOT eliminating " ); } else { - LOG.debug("eliminatin " + r); + LOG.debug("eliminating " + r); } } elimCount = dupeN.size() - dupeRemaining.size(); From 691d010b6ffec7d8d9c37b7b039ddf389e0587d7 Mon Sep 17 00:00:00 2001 From: sania-16 Date: Sun, 15 Sep 2024 15:18:46 +0530 Subject: [PATCH 2/2] issue #890 --- common/client/src/main/java/zingg/common/client/Client.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/client/src/main/java/zingg/common/client/Client.java b/common/client/src/main/java/zingg/common/client/Client.java index b9236944e..62e61cbb6 100644 --- a/common/client/src/main/java/zingg/common/client/Client.java +++ b/common/client/src/main/java/zingg/common/client/Client.java @@ -170,7 +170,7 @@ public void printAnalyticsBanner(boolean collectMetrics) { LOG.info("* runtime parameters. However, no user's personal data or application *"); LOG.info("* data is captured. If you want to switch off this feature, please *"); LOG.info("* set the flag collectMetrics to false in config. For details, please *"); - LOG.info("* refer to the Zingg docs (https://docs.zingg.ai/zingg0.4.0/security) *"); + LOG.info("* refer to the Zingg docs (https://docs.zingg.ai/zingg/security) *"); LOG.info("**************************************************************************"); LOG.info(""); }