From 4ccb22c66783a1dbe5a5979e5de88e7111208afc Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Fri, 22 Nov 2019 10:40:19 +0100 Subject: [PATCH] - fix header --- .../Exceptions/NoPublicConstructorFoundException.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LightweightIocContainer/Exceptions/NoPublicConstructorFoundException.cs b/LightweightIocContainer/Exceptions/NoPublicConstructorFoundException.cs index 818a856..5450f53 100644 --- a/LightweightIocContainer/Exceptions/NoPublicConstructorFoundException.cs +++ b/LightweightIocContainer/Exceptions/NoPublicConstructorFoundException.cs @@ -1,6 +1,6 @@ -// // Author: Simon Gockner -// // Created: 2019-11-04 -// // Copyright(c) 2019 SimonG. All Rights Reserved. +// Author: Simon Gockner +// Created: 2019-11-04 +// Copyright(c) 2019 SimonG. All Rights Reserved. using System;