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/JobResultPoller.cs

    r7132 r7142  
    2727namespace HeuristicLab.Clients.Hive {
    2828  public class JobResultPoller {
    29     private bool stopRequested { get; set; }
     29    private bool stopRequested;
    3030    private AutoResetEvent waitHandle;
    3131    private Thread thread;
     
    9696        catch (Exception e) {
    9797          OnExceptionOccured(e);
    98         }
    99         finally {
     98        } finally {
    10099          IsPolling = false;
    101100        }
Note: See TracChangeset for help on using the changeset viewer.