Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/09 14:25:22 (15 years ago)
Author:
msteinbi
Message:

renamed timestamp to Timestamp (#466)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/3.2/JobManager.cs

    r1577 r1626  
    5959          // if lastJobResult was before the current jobResult the lastJobResult must be updated
    6060          if (lastJobResult == null ||
    61               (jR.timestamp > lastJobResult.timestamp))
     61              (jR.Timestamp > lastJobResult.Timestamp))
    6262            lastJobResult = jR;
    6363        }
Note: See TracChangeset for help on using the changeset viewer.