Skip to content
Snippets Groups Projects
Commit 389c337b authored by felmer's avatar felmer
Browse files

LMS-1622 bug fixed

SVN: 16918
parent c031df2e
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ public class DataStoreServerBasedDataSourceProvider implements IDataSourceProvid ...@@ -81,7 +81,7 @@ public class DataStoreServerBasedDataSourceProvider implements IDataSourceProvid
{ {
throw new UserFailureException("Unknown data set " + dataSetCode); throw new UserFailureException("Unknown data set " + dataSetCode);
} }
return getDataSourceByDataSetCode(dataSet.getDataStore().getCode(), technology); return getDataSourceByDataStoreServerCode(dataSet.getDataStore().getCode(), technology);
} }
public DataSource getDataSourceByDataStoreServerCode(String dssCode, String technology) public DataSource getDataSourceByDataStoreServerCode(String dssCode, String technology)
......
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