- Timestamp:
- 12/17/08 17:14:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/ClientCommunicator.cs
r1011 r1020 98 98 return response; 99 99 } 100 Job job = jobAdapter.GetById(result.Job.Id);100 Job job = result.Job; 101 101 if (job == null) { 102 102 response.Success = false;
Note: See TracChangeset
for help on using the changeset viewer.