From 3ca13aad0cd955cfc321099c0c9730fd64e3808f Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Sat, 20 Jul 2024 19:52:49 +0200 Subject: [PATCH] Fixed refactor from http to httpaccess --- .../statoolinfos/metrics/httpaccess/UserAgentBotDetector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/devinsy/statoolinfos/metrics/httpaccess/UserAgentBotDetector.java b/src/fr/devinsy/statoolinfos/metrics/httpaccess/UserAgentBotDetector.java index 2b812a4..1522ab0 100644 --- a/src/fr/devinsy/statoolinfos/metrics/httpaccess/UserAgentBotDetector.java +++ b/src/fr/devinsy/statoolinfos/metrics/httpaccess/UserAgentBotDetector.java @@ -42,7 +42,7 @@ public class UserAgentBotDetector StringList lines; try { - lines = StringsUtils.load(UserAgentBotDetector.class.getResource("/fr/devinsy/statoolinfos/metrics/http/userAgentBotDetectorData.txt")); + lines = StringsUtils.load(UserAgentBotDetector.class.getResource("/fr/devinsy/statoolinfos/metrics/httpaccess/userAgentBotDetectorData.txt")); } catch (IOException exception) {