Alessandro Pieve 2017-05-12 09:16:49 +00:00
parent 61c5a35097
commit 42c2218ec6
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class AccountingAggregatorPlugin extends Plugin<AccountingAggregatorPlugi
while ((line = reader.readLine()) != null)
{
line=line.trim();
inputStartTime=Integer.valueOf(line);
inputStartTime=Integer.valueOf(line)-1;
logger.debug("Start Time:{}",inputStartTime);
}
reader.close();