Skip to content

Commit

Permalink
removes unused generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Agüí committed Jun 12, 2014
1 parent 8f16912 commit 5683eb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ namespace Caliburn.Micro.Autofac
/// <summary>
/// A strongly-typed version of Caliburn.Micro.Bootstrapper that specifies the type of root model to create for the application.
/// </summary>
/// <typeparam name="TRootViewModel">The type of root view model for the application.</typeparam>
public class AutofacBootstrapper<TRootViewModel> : BootstrapperBase
public class AutofacBootstrapper : BootstrapperBase
{
#region Properties
protected IContainer Container { get; private set; }
Expand Down

0 comments on commit 5683eb5

Please sign in to comment.