Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/06/11 19:21:45 (12 years ago)
Author:
ascheibe
Message:

#1672 implemented reviewing comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/HiveServiceLocator.cs

    r7132 r7142  
    3333        return instance;
    3434      }
    35       set {
    36         instance = value;
    37       }
    3835    }
    3936
     
    5653      else
    5754        cl = ClientFactory.CreateClient<HiveServiceClient, IHiveService>(null, null, username, password);
    58      
     55
    5956      return cl;
    6057    }
     
    6461      try {
    6562        return call(client);
    66       }
    67       finally {
     63      } finally {
    6864        try {
    6965          client.Close();
     
    7975      try {
    8076        call(client);
    81       }
    82       finally {
     77      } finally {
    8378        try {
    8479          client.Close();
Note: See TracChangeset for help on using the changeset viewer.