Fixed warning

This commit is contained in:
Luca Frosini 2019-12-05 12:32:52 +01:00
parent 9f6b745c4d
commit 45583f32f3
1 changed files with 2 additions and 2 deletions

View File

@ -352,7 +352,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest {
// @Test // @Test
public void testVREAccessesHarvester() throws Exception { public void testVREAccessesHarvester() throws Exception {
try { try {
AccountingDao dao = getAccountingDao(); // AccountingDao dao = getAccountingDao();
List<Date> starts = new ArrayList<>(); List<Date> starts = new ArrayList<>();
starts.add(DateUtils.getStartCalendar(2018, Calendar.SEPTEMBER, 1).getTime()); starts.add(DateUtils.getStartCalendar(2018, Calendar.SEPTEMBER, 1).getTime());
@ -601,7 +601,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest {
// @Test // @Test
public void testTagMeMethodInvocation() throws Exception { public void testTagMeMethodInvocation() throws Exception {
try { try {
AccountingDao dao = getAccountingDao(); // AccountingDao dao = getAccountingDao();
setContextByNameAndScopeDescriptor(TAGME_VRE); setContextByNameAndScopeDescriptor(TAGME_VRE);
List<AccountingRecord> accountingRecords = new ArrayList<>(); List<AccountingRecord> accountingRecords = new ArrayList<>();