Skip to content
Snippets Groups Projects
Commit cbb875ff authored by cramakri's avatar cramakri
Browse files

MINOR: Fixed warning

SVN: 23183
parent a8de0b9a
No related merge requests found
......@@ -236,8 +236,8 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat
new ReentrantLock(), FileOperations.getMonitoredInstanceForCurrentThread(),
onErrorDecision);
DataSetRegistrationTransaction.rollbackDeadTransactions(globalState
.getDssInternalTempDir());
DataSetRegistrationTransaction
.rollbackDeadTransactions(globalState.getDssInternalTempDir());
}
......@@ -492,7 +492,7 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat
ITopLevelDataSetRegistratorDelegate delegate)
{
@SuppressWarnings(
{ "unchecked", "rawtypes" })
{ "unchecked" })
DataSetRegistrationService<T> service =
new DataSetRegistrationService(this, incomingDataSetFile,
new DefaultDataSetRegistrationDetailsFactory(getRegistratorState(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment