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 branches found
No related tags found
No related merge requests found
...@@ -236,8 +236,8 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat ...@@ -236,8 +236,8 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat
new ReentrantLock(), FileOperations.getMonitoredInstanceForCurrentThread(), new ReentrantLock(), FileOperations.getMonitoredInstanceForCurrentThread(),
onErrorDecision); onErrorDecision);
DataSetRegistrationTransaction.rollbackDeadTransactions(globalState DataSetRegistrationTransaction
.getDssInternalTempDir()); .rollbackDeadTransactions(globalState.getDssInternalTempDir());
} }
...@@ -492,7 +492,7 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat ...@@ -492,7 +492,7 @@ public abstract class AbstractOmniscientTopLevelDataSetRegistrator<T extends Dat
ITopLevelDataSetRegistratorDelegate delegate) ITopLevelDataSetRegistratorDelegate delegate)
{ {
@SuppressWarnings( @SuppressWarnings(
{ "unchecked", "rawtypes" }) { "unchecked" })
DataSetRegistrationService<T> service = DataSetRegistrationService<T> service =
new DataSetRegistrationService(this, incomingDataSetFile, new DataSetRegistrationService(this, incomingDataSetFile,
new DefaultDataSetRegistrationDetailsFactory(getRegistratorState(), 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