Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Clients.Hive/3.3/HiveAdminClient.cs

    r14185 r14927  
    8383          service.GetSlaves().ForEach(s => resources.Add(s));
    8484        });
    85       }
    86       catch {
     85      } catch {
    8786        throw;
    88       }
    89       finally {
     87      } finally {
    9088        OnRefreshed();
    9189      }
     
    104102            service.GetDowntimesForResource(downtimeForResourceId).ForEach(d => downtimes.Add(d));
    105103          });
    106         }
    107         catch {
     104        } catch {
    108105          throw;
    109         }
    110         finally {
     106        } finally {
    111107          OnRefreshed();
    112108        }
Note: See TracChangeset for help on using the changeset viewer.