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

remove deprecated and unused method.

SVN: 24720
parent 16886b5c
No related branches found
No related tags found
No related merge requests found
......@@ -295,17 +295,6 @@ abstract public class AbstractDatasetDownloadServlet extends HttpServlet
}
}
/** @deprecated doesn't work with virtual data sets (children can be from different shares) */
@Deprecated
protected final File createDataSetRootDirectory(String dataSetCode, HttpSession session)
{
IShareIdManager shareIdManager = applicationContext.getShareIdManager();
shareIdManager.lock(dataSetCode);
String shareId = shareIdManager.getShareId(dataSetCode);
return DatasetLocationUtil.getDatasetLocationPathCheckingIfExists(dataSetCode, shareId,
getDatabaseInstance(session), getStoreRootPath());
}
protected final File getStoreRootPath()
{
return applicationContext.getConfigParameters().getStorePath();
......
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