Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/08 17:00:18 (16 years ago)
Author:
kgrading
Message:

fixed naming convention error (#335)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Common/TestJob.cs

    r779 r782  
    3333        for (int y = 0; y < Int32.MaxValue; y++) ;
    3434        if (abort == true) {
    35           Logging.getInstance().Info(this.ToString(), "Job Processing aborted");
     35          Logging.GetInstance().Info(this.ToString(), "Job Processing aborted");
    3636          Debug.WriteLine("Job Abort Processing");
    3737          break;
    3838        }
    39         Logging.getInstance().Info(this.ToString(), "Iteration " + x + " done");
     39        Logging.GetInstance().Info(this.ToString(), "Iteration " + x + " done");
    4040        Debug.WriteLine("Iteration " + x + " done");
    4141      }     
Note: See TracChangeset for help on using the changeset viewer.