Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/10 09:24:42 (14 years ago)
Author:
swinkler
Message:

Corrected comments and descriptions (#1182); formatted code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Knapsack/3.3/KnapsackSolution.cs

    r4068 r4513  
    3232  /// Represents a knapsack solution which can be visualized in the GUI.
    3333  /// </summary>
    34   [Item("KnapsackSolution", "Represents a knapsack solution which can be visualized in the GUI.")]
     34  [Item("KnapsackSolution", "Represents a Knapsack solution which can be visualized in the GUI.")]
    3535  [StorableClass]
    3636  public class KnapsackSolution : Item {
Note: See TracChangeset for help on using the changeset viewer.