Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/06/11 18:54:38 (13 years ago)
Author:
ascheibe
Message:

#1233 changed year to 2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ServiceClients/HiveExperiment.cs

    r6200 r6372  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2011 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    140140    }
    141141    #endregion
    142    
     142
    143143    protected override void OnPropertyChanged(PropertyChangedEventArgs e) {
    144144      base.OnPropertyChanged(e);
     
    147147      }
    148148    }
    149    
     149
    150150    protected override void RaisePropertyChanged(string propertyName) {
    151151      if (!(propertyName == "ExecutionTime")
Note: See TracChangeset for help on using the changeset viewer.