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/Core/PersistenceException.cs

    r3743 r4068  
    2020#endregion
    2121
     22using System;
    2223using System.Collections.Generic;
    23 using System;
    24 using HeuristicLab.Persistence.Interfaces;
    25 using HeuristicLab.Persistence.Core.Tokens;
    26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2724using System.Text;
    2825
     
    3229  /// Exception thrown by components inside the persistence framework.
    3330  /// </summary>
    34   [Serializable] 
     31  [Serializable]
    3532  public class PersistenceException : Exception {
    3633
     
    8784    }
    8885  }
    89  
     86
    9087}
Note: See TracChangeset for help on using the changeset viewer.