Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/18/16 17:30:13 (8 years ago)
Author:
jkarder
Message:

#2639: fixed compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/TwoPointFiveMove.cs

    r13412 r14106  
    3030  public sealed class TwoPointFiveMove : Item {
    3131    [Storable]
    32     public int Index1 { get; protected set; }
     32    public int Index1 { get; private set; }
    3333    [Storable]
    34     public int Index2 { get; protected set; }
     34    public int Index2 { get; private set; }
    3535    [Storable]
    36     public Permutation Permutation { get; protected set; }
     36    public Permutation Permutation { get; private set; }
    3737    [Storable]
    38     public bool IsInvert { get; protected set; }
     38    public bool IsInvert { get; private set; }
    3939
    4040    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.