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/DebugString/DebugString.cs

    r3742 r4068  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Text;
     22using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2523using HeuristicLab.Persistence.Interfaces;
    26 using HeuristicLab.Persistence.Default.Xml;
    27 using HeuristicLab.Persistence.Core;
    28 using HeuristicLab.Persistence.Core.Tokens;
    29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3024
    3125namespace HeuristicLab.Persistence.Default.DebugString {
     
    3428  /// Simple write-only format for debugging purposes.
    3529  /// </summary>
    36   [StorableClass] 
     30  [StorableClass]
    3731  public class DebugString : ISerialData {
    3832
Note: See TracChangeset for help on using the changeset viewer.