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.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers/ExtensionRegistry.cs

    r3857 r4068  
    3333#endregion
    3434
     35using System;
    3536using System.Collections.Generic;
    3637using Google.ProtocolBuffers.Descriptors;
    37 using System;
    3838
    3939namespace Google.ProtocolBuffers {
     
    156156    /// Add an extension from a generated file to the registry.
    157157    /// </summary>
    158     public void Add<TExtension> (GeneratedExtensionBase<TExtension> extension) {
     158    public void Add<TExtension>(GeneratedExtensionBase<TExtension> extension) {
    159159      if (extension.Descriptor.MappedType == MappedType.Message) {
    160160        Add(new ExtensionInfo(extension.Descriptor, extension.MessageDefaultInstance));
Note: See TracChangeset for help on using the changeset viewer.