Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/15/15 16:39:12 (9 years ago)
Author:
gkronber
Message:

#2069: reviewing and minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Robocode.TrunkInt/HeuristicLab.Problems.Robocode/3.3/EnemyCollection.cs

    r13011 r13013  
    2929using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3030
    31 namespace HeuristicLab.Problems.GeneticProgramming.RoboCode {
    32   [Item("EnemyCollection", "A collection of enemy robots.")]
     31namespace HeuristicLab.Problems.GeneticProgramming.Robocode {
     32  [Item("EnemyCollection", "A collection of enemy robots for the Robocode genetic programming problem.")]
    3333  [StorableClass]
    3434  public class EnemyCollection : CheckedItemList<StringValue> {
Note: See TracChangeset for help on using the changeset viewer.