Skip to content
Snippets Groups Projects
Commit 6dae02ab authored by buczekp's avatar buczekp
Browse files

[LMA-1716] fixed build

SVN: 17731
parent 668ce0f4
No related branches found
No related tags found
No related merge requests found
...@@ -353,7 +353,7 @@ class AuthenticatedState extends AbstractDssComponentState ...@@ -353,7 +353,7 @@ class AuthenticatedState extends AbstractDssComponentState
public IDataSetDss putDataSet(NewDataSetDTO newDataset, File dataSetFile) public IDataSetDss putDataSet(NewDataSetDTO newDataset, File dataSetFile)
throws IllegalStateException, EnvironmentFailureException throws IllegalStateException, EnvironmentFailureException
{ {
String url = service.getDefaultDataStoreBaseURL(sessionToken); String url = service.getDefaultPutDataStoreBaseURL(sessionToken);
url = DataStoreApiUrlUtilities.getDataStoreUrlFromServerUrl(url); url = DataStoreApiUrlUtilities.getDataStoreUrlFromServerUrl(url);
IDssServiceRpcGeneric dssService = getDssServiceForUrl(url); IDssServiceRpcGeneric dssService = getDssServiceForUrl(url);
ConcatenatedContentInputStream fileInputStream = ConcatenatedContentInputStream fileInputStream =
......
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