Skip to content
Snippets Groups Projects
Commit 8b3451dc authored by cramakri's avatar cramakri
Browse files

LMS-1887 Made a protected constructor public because I need to use it elsewhere.

SVN: 18857
parent 233af385
No related branches found
No related tags found
No related merge requests found
......@@ -129,14 +129,14 @@ public class DssComponent implements IDssComponent
}
/**
* Internal constructor, also used for testing.
* Constructor for clients that already have an IETLLIMSService; also used for testing.
*
* @param service A proxy to the openBIS application server.
* @param dssServiceFactory A proxy to the DSS server.
* @param sessionTokenOrNull A session token, if the user has already logged in, or null
* otherwise.
*/
protected DssComponent(IETLLIMSService service, IRpcServiceFactory dssServiceFactory,
public DssComponent(IETLLIMSService service, IRpcServiceFactory dssServiceFactory,
String sessionTokenOrNull)
{
this.openBisService = service;
......
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