Fixed refactor from http to httpaccess

This commit is contained in:
Christian P. MOMON 2024-07-20 19:52:49 +02:00
parent b37cebb01f
commit 3ca13aad0c

View file

@ -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)
{