Skip to content

Commit 11f045e

Browse files
committed
Fix namespace of missing annotation inspections
1 parent 9a1d14e commit 11f045e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Rubberduck.CodeAnalysis/Inspections/Concrete/MissingMemberAnnotationInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using Rubberduck.Resources.Inspections;
1111
using Rubberduck.VBEditor.SafeComWrappers;
1212

13-
namespace Rubberduck.Inspections.Inspections.Concrete
13+
namespace Rubberduck.Inspections.Concrete
1414
{
1515
public sealed class MissingMemberAnnotationInspection : InspectionBase
1616
{

Rubberduck.CodeAnalysis/Inspections/Concrete/MissingModuleAnnotationInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
using Rubberduck.Resources.Inspections;
1212
using Rubberduck.VBEditor.SafeComWrappers;
1313

14-
namespace Rubberduck.Inspections.Inspections.Concrete
14+
namespace Rubberduck.Inspections.Concrete
1515
{
1616
public sealed class MissingModuleAnnotationInspection : InspectionBase
1717
{

RubberduckTests/Inspections/MissingMemberAnnotationInspectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Linq;
33
using System.Threading;
44
using NUnit.Framework;
5-
using Rubberduck.Inspections.Inspections.Concrete;
5+
using Rubberduck.Inspections.Concrete;
66
using Rubberduck.Parsing.Inspections.Abstract;
77
using Rubberduck.VBEditor.SafeComWrappers;
88
using RubberduckTests.Mocks;

RubberduckTests/Inspections/MissingModuleAnnotationInspectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Linq;
33
using System.Threading;
44
using NUnit.Framework;
5-
using Rubberduck.Inspections.Inspections.Concrete;
5+
using Rubberduck.Inspections.Concrete;
66
using Rubberduck.Parsing.Inspections.Abstract;
77
using Rubberduck.VBEditor.SafeComWrappers;
88
using RubberduckTests.Mocks;

0 commit comments

Comments
 (0)