src/org/jetbrains/tfsIntegration/core/tfs/VersionControlServer.java [475:482]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final ArrayOfItemSet arrayOfItemSet =
      TfsRequestManager.executeRequest(myServerUri, projectOrComponent, new TfsRequestManager.Request<ArrayOfItemSet>(progressTitle) {
        @Override
        public ArrayOfItemSet execute(Credentials credentials, URI serverUri, @Nullable ProgressIndicator pi) throws Exception {
          QueryItems param = new QueryItems();
          param.setWorkspaceName(null);
          param.setWorkspaceOwner(null);
          param.setItems(itemSpecs);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/org/jetbrains/tfsIntegration/core/tfs/VersionControlServer.java [1434:1441]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    final ArrayOfItemSet arrayOfItemSet =
      TfsRequestManager.executeRequest(myServerUri, projectOrComponent, new TfsRequestManager.Request<ArrayOfItemSet>(progressTitle) {
        @Override
        public ArrayOfItemSet execute(Credentials credentials, URI serverUri, @Nullable ProgressIndicator pi) throws Exception {
          QueryItems param = new QueryItems();
          param.setWorkspaceName(null);
          param.setWorkspaceOwner(null);
          param.setItems(itemSpecs);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



