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/Xml/Primitive/DateTime2XmlSerializer.cs

    r3742 r4068  
    2222using System;
    2323using HeuristicLab.Persistence.Core;
    24 using HeuristicLab.Persistence.Interfaces;
    2524
    2625namespace HeuristicLab.Persistence.Default.Xml.Primitive {
     
    3534      try {
    3635        return new DateTime(long.Parse(x.Data));
    37       } catch (Exception e) {
     36      }
     37      catch (Exception e) {
    3838        throw new PersistenceException("Exception caugth while trying to reconstruct DateTime object.", e);
    3939      }
Note: See TracChangeset for help on using the changeset viewer.