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

LMS-1993 Renamed variables.

SVN: 19963
parent 39713b4b
No related branches found
No related tags found
No related merge requests found
......@@ -49,14 +49,14 @@ public class ReplicaRawImagesRegistrator extends BundleDataSetHelper
public List<DataSetInformation> register()
{
// Create a DataSetInformation
DataSetInformation imagesDataSetInfo = createDataSetInformation();
DataSetInformation rawDataDataSetInfo = createDataSetInformation();
// Import the metadata
ArrayList<NewProperty> properties =
createDataSetProperties(globalState.getRawImagesDataSetType(),
replicaMetadataExtractor);
imagesDataSetInfo.setDataSetProperties(properties);
registerDataSet(dataSet, imagesDataSetInfo);
rawDataDataSetInfo.setDataSetProperties(properties);
registerDataSet(dataSet, rawDataDataSetInfo);
return getDataSetInformation();
}
......
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