Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/09 15:30:11 (15 years ago)
Author:
msteinbi
Message:

Spelling mistake refactoring (#466)

File:
1 edited

Legend:

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

    r1170 r1172  
    166166    }
    167167
    168     public ResponseObject<JobResult> GetLasJobResultOf(long jobId) {
     168    public ResponseObject<JobResult> GetLastJobResultOf(long jobId) {
    169169      ResponseObject<JobResult> response = new ResponseObject<JobResult>();
    170170      response.Success = true;
Note: See TracChangeset for help on using the changeset viewer.