follower compile error fix

This commit is contained in:
kennycud 2025-07-07 14:51:24 -07:00
parent 16e48aba04
commit 38463f6b1a

View File

@ -114,9 +114,7 @@ public class Follower {
// if passed examination for fetching, then fetch
if (examined) {
LOGGER.info("for {} on {}, fetching {}", name, arbitraryTransaction.getService(), arbitraryTransaction.getIdentifier());
boolean fetched
= ArbitraryDataFileListManager.getInstance().fetchArbitraryDataFileList(
arbitraryTransaction, ArbitraryDataConstants.REQUEST_TIMEOUT);
boolean fetched = ArbitraryDataFileListManager.getInstance().fetchArbitraryDataFileList(arbitraryTransaction);
LOGGER.info("fetched = " + fetched);
}