Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableConstructorAttribute.cs

    r3742 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
    26 using System.Reflection;
    27 using HeuristicLab.Persistence.Core;
    2823
    2924namespace HeuristicLab.Persistence.Default.CompositeSerializers.Storable {
     
    3934  /// </summary>
    4035  [AttributeUsage(AttributeTargets.Constructor, Inherited = false, AllowMultiple = false)]
    41   public sealed class StorableConstructorAttribute : Attribute {  }
     36  public sealed class StorableConstructorAttribute : Attribute { }
    4237}
Note: See TracChangeset for help on using the changeset viewer.