just removed commented code
This commit is contained in:
parent
32925c7954
commit
eccd26bccb
|
@ -62,13 +62,6 @@ public class WsUtil {
|
||||||
*/
|
*/
|
||||||
public Workspace getWorkspace() throws Exception{
|
public Workspace getWorkspace() throws Exception{
|
||||||
|
|
||||||
/*if(theWorkspace==null) {
|
|
||||||
checkInitParameters();
|
|
||||||
String scope = ScopeProvider.instance.get();
|
|
||||||
String token = SecurityTokenProvider.instance.get();
|
|
||||||
theWorkspace = getWorkspaceFromStorageHub(scope, token);
|
|
||||||
}
|
|
||||||
return theWorkspace;*/
|
|
||||||
String scope = ScopeProvider.instance.get();
|
String scope = ScopeProvider.instance.get();
|
||||||
String token = SecurityTokenProvider.instance.get();
|
String token = SecurityTokenProvider.instance.get();
|
||||||
if(token!=null)
|
if(token!=null)
|
||||||
|
|
Loading…
Reference in New Issue