From 5683eb540010f4f7836dc22676a6161ba0cfcc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ag=C3=BC=C3=AD?= Date: Thu, 12 Jun 2014 16:45:03 +0200 Subject: [PATCH] removes unused generic --- src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs b/src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs index 641e7c8..9cccfff 100644 --- a/src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs +++ b/src/Caliburn.Micro.Autofac.WPF/AutofacBootstrapper.cs @@ -10,8 +10,7 @@ namespace Caliburn.Micro.Autofac /// /// A strongly-typed version of Caliburn.Micro.Bootstrapper that specifies the type of root model to create for the application. /// - /// The type of root view model for the application. - public class AutofacBootstrapper : BootstrapperBase + public class AutofacBootstrapper : BootstrapperBase { #region Properties protected IContainer Container { get; private set; }