Fixed refactor from http to httpaccess
This commit is contained in:
parent
b37cebb01f
commit
3ca13aad0c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue